Skip to content

Commit

Permalink
udevrs from patched to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Jun 25, 2024
1 parent 78b2923 commit 7e99555
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,22 @@ terminal_size = "0.2.5"
strum = "0.24.1"
strum_macros = "0.24.3"

[patch.crates-io]
udevrs = { git = "https://github.com/tuna-f1sh/udev/", branch = "query" }

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

[target.x86_64-unknown-linux-gnu.dependencies]
udevrs = { version = "^0.2.0", optional = true }
udevrs = { version = "^0.3.0", optional = true }
udevlib = { package = "udev", version = "^0.8.0", optional = true }
rusb = "0.9.4"

[target.arm-unknown-linux-gnueabihf.dependencies]
udevrs = { version = "^0.2.0", optional = true }
udevrs = { version = "^0.3.0", optional = true }
udevlib = { package = "udev", version = "^0.8.0", optional = true }
rusb = "0.9.4"

[target.aarch64-unknown-linux-gnu.dependencies]
udevrs = { version = "^0.2.0", optional = true }
udevrs = { version = "^0.3.0", optional = true }
udevlib = { package = "udev", version = "^0.8.0", optional = true }
rusb = "0.9.4"

Expand Down

0 comments on commit 7e99555

Please sign in to comment.