diff options
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [package] name = "bootkbd" -version = "0.1.0" +version = "0.2.0" description = "Boot-protocol keyboard driver for usb-host." authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" @@ -14,5 +14,5 @@ repository = "https://github.com/bjc/bootkbd.git" usb-host = "~0.1" log = "~0.4" -[patch.crates-io] -usb-host = { git = "https://github.com/bjc/usb-host.git", rev = "b0be48424e81384de3280b5a5ac521d694b82e15" } +#[patch.crates-io] +#usb-host = { git = "https://github.com/bjc/usb-host.git", rev = "b0be48424e81384de3280b5a5ac521d694b82e15" } |