diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-11 13:01:20 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-11 13:01:20 -0400 |
commit | 24cddeb8df53d4e0d1c05aa9bee043702a46545b (patch) | |
tree | 9e757ac895336d4b36ce369da6e08fc9bd4ffba2 | |
parent | a3bcee32b84b92640b4082958ee1e0a6d078ffdd (diff) | |
download | bootkbd-24cddeb8df53d4e0d1c05aa9bee043702a46545b.tar.gz bootkbd-24cddeb8df53d4e0d1c05aa9bee043702a46545b.zip |
Version 0.2.0v0.2.0
-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" } |