aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-11 13:01:20 -0400
committerBrian Cully <bjc@kublai.com>2019-08-11 13:01:20 -0400
commit24cddeb8df53d4e0d1c05aa9bee043702a46545b (patch)
tree9e757ac895336d4b36ce369da6e08fc9bd4ffba2
parenta3bcee32b84b92640b4082958ee1e0a6d078ffdd (diff)
downloadbootkbd-24cddeb8df53d4e0d1c05aa9bee043702a46545b.tar.gz
bootkbd-24cddeb8df53d4e0d1c05aa9bee043702a46545b.zip
Version 0.2.0v0.2.0
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd2dd87..ee98eac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }