diff options
author | Brian Cully <bjc@kublai.com> | 2022-10-12 13:29:53 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-10-12 13:29:53 -0400 |
commit | 368875d4d5a886a2934324a4bc1fe8b18ab3860e (patch) | |
tree | 7d77620a786238dfe22b4d92bae75510d8fce43b | |
parent | 338d858f384a061afaa64c1ac1ffb62a1c448c83 (diff) | |
download | bootkbd-main.tar.gz bootkbd-main.zip |
-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" |