mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
serial: use vendored rusb
This commit is contained in:
committed by
Cooper Quintin
parent
2cc8404b13
commit
4e862841b3
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user