From 24cddeb8df53d4e0d1c05aa9bee043702a46545b Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 11 Aug 2019 13:01:20 -0400 Subject: Version 0.2.0 --- Cargo.toml | 6 +++--- 1 file 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 "] 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" } -- cgit v1.2.3