Skip to content

Commit

Permalink
rusb version bump so patch no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed May 7, 2024
1 parent c08f327 commit be3eb76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

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

9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = { version = "4.0.22", features = ["derive", "wrap_help"] }
colored = "2.0.0"
itertools = "0.10.5"
lazy_static = "1.4.0"
rusb = { version = "0.9.1", optional = true }
rusb = { version = "0.9.4", optional = true }
log = "0.4.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87"
Expand All @@ -34,23 +34,22 @@ strum_macros = "0.24.3"

[patch.crates-io]
libudev-sys = { git = "https://github.com/Emilgardis/libudev-sys/", branch = "fix-cross-compilation" }
rusb = { git = "https://github.com/a1ien/rusb.git" }

[dev-dependencies]
diff = "0.1"
assert-json-diff = "2.0.2"

[target.x86_64-unknown-linux-gnu.dependencies]
udev = { version = "^0.8.0", optional = true }
rusb = "0.9.1"
rusb = "0.9.4"

[target.arm-unknown-linux-gnueabihf.dependencies]
udev = { version = "^0.8.0", optional = true }
rusb = "0.9.1"
rusb = "0.9.4"

[target.aarch64-unknown-linux-gnu.dependencies]
udev = { version = "^0.8.0", optional = true }
rusb = "0.9.1"
rusb = "0.9.4"

[features]
libusb = ["dep:rusb"]
Expand Down

0 comments on commit be3eb76

Please sign in to comment.