Skip to content

Commit

Permalink
Use upstream rusb
Browse files Browse the repository at this point in the history
Now that the disable_device_discovery patch has been merged
  • Loading branch information
losynix committed Sep 18, 2023
1 parent c507b68 commit 89c4c4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion usbsas-hid/hid-user/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ license = "GPL-3.0"
bitfield = "0.14"
env_logger = "0.10"
log = "0.4"
rusb = { git = "https://github.com/losynix/rusb", branch = "disable_device_discovery", features = ["vendored"] }
rusb = { version = "0.9", features = ["vendored"] }
usbsas-sandbox = { path = "../../usbsas-sandbox" }
x11 = "2.21"
2 changes: 1 addition & 1 deletion usbsas-mass-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
log = "0.4"
lru = "0.11"
positioned-io2 = "0.3"
rusb = { git = "https://github.com/losynix/rusb", branch = "disable_device_discovery", features = ["vendored"] }
rusb = { version = "0.9", features = ["vendored"] }
thiserror = "1.0"
usbsas-comm = { path = "../usbsas-comm" }
usbsas-proto = { path = "../usbsas-proto" }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-scsi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ license = "GPL-3.0"
[dependencies]
byteorder = "1.4"
log = "0.4"
rusb = { git = "https://github.com/losynix/rusb", branch = "disable_device_discovery", features = ["vendored"] }
rusb = { version = "0.9", features = ["vendored"] }

0 comments on commit 89c4c4e

Please sign in to comment.