Skip to content

Commit 4304902

Browse files
committed
Don't use local usb-device
1 parent 0554f17 commit 4304902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ vcell = "0.1.0"
1717
usb-device = "0.2.3"
1818

1919
[patch.crates-io]
20-
usb-device = { path = "../usb-device" }
20+
usb-device = { git = "https://github.com/dgoodlad/usb-device", branch = "crabdac" }
2121

2222
[package.metadata.docs.rs]
2323
features = ['cortex-m', 'fs']

0 commit comments

Comments
 (0)