We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc8404 commit 4e86284Copy full SHA for 4e86284
serial/Cargo.toml
@@ -6,5 +6,4 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-rusb = "0.9.3"
10
-
+rusb = { version = "0.9.3", features = ["vendored"] }
0 commit comments