Skip to content

Commit 298a71b

Browse files
dgoodladCryowatt
authored andcommitted
Use local usb-device for now
1 parent ce7d135 commit 298a71b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ embedded-hal = "0.2.4"
1616
vcell = "0.1.0"
1717
usb-device = "0.2.3"
1818

19+
[patch.crates-io]
20+
usb-device = { path = "../usb-device" }
21+
1922
[package.metadata.docs.rs]
2023
features = ['cortex-m', 'fs']
2124

0 commit comments

Comments
 (0)