diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-09 19:52:42 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-09 19:52:42 -0400 |
commit | 49827fce5adbaf636b893919f31c0dbd97bb3eb4 (patch) | |
tree | 6e6972a496f483c855286ee3c04acb40980ceedc /Cargo.toml | |
parent | 8405e1de4d3780a1138e1329d9603744bc8f87dc (diff) | |
download | bootkbd-49827fce5adbaf636b893919f31c0dbd97bb3eb4.tar.gz bootkbd-49827fce5adbaf636b893919f31c0dbd97bb3eb4.zip |
Patch usb-host crate to git until release.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" } |