Skip to content

Commit

Permalink
serial: use vendored rusb
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg authored and cooperq committed Oct 22, 2024
1 parent 2cc8404 commit 4e86284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions serial/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rusb = "0.9.3"

rusb = { version = "0.9.3", features = ["vendored"] }

0 comments on commit 4e86284

Please sign in to comment.