diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <bjc@kublai.com>"] 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" |