From 49827fce5adbaf636b893919f31c0dbd97bb3eb4 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 9 Aug 2019 19:52:42 -0400 Subject: Patch usb-host crate to git until release. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4fc0fab..dd2dd87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,6 @@ repository = "https://github.com/bjc/bootkbd.git" [dependencies] usb-host = "~0.1" log = "~0.4" + +[patch.crates-io] +usb-host = { git = "https://github.com/bjc/usb-host.git", rev = "b0be48424e81384de3280b5a5ac521d694b82e15" } -- cgit v1.2.3