From 368875d4d5a886a2934324a4bc1fe8b18ab3860e Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 12 Oct 2022 13:29:53 -0400 Subject: update repo and version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b44512..5268c70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bootkbd" -version = "0.2.1" +version = "0.2.2" description = "Boot-protocol keyboard driver for usb-host." authors = ["Brian Cully "] edition = "2018" @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later" categories = ["no-std", "embedded", "hardware-support"] keywords = ["usb", "usb-host", "hal", "peripheral"] readme = "README.md" -repository = "https://github.com/bjc/bootkbd.git" +repository = "https://git.spork.org/bootkbd.git" [dependencies] usb-host = "~0.1" -- cgit v1.2.3