Skip to content

Commit

Permalink
prev
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Dec 20, 2023
1 parent 466de54 commit 6fbd98b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ optional = true
[dev-dependencies]
assert_cmd = "2.0.8"
assert_matches = "1.5.0"
loopdev = "0.4.0"
loopdev = { version = "0.5.0", git = "https://github.com/stratis-storage/loopdev-3"}
predicates = "3.0.0"
proptest = "1.0.0"

Expand Down Expand Up @@ -278,11 +278,6 @@ min = ["termios"]
systemd_compat = ["bindgen"]
udev_scripts = ["data-encoding"]

# FIXME: remove when loopdev dependency lower bound is increased from 0.4.0
[patch.crates-io.loopdev]
git = "https://github.com/mulkieran/loopdev"
branch = "bump-bindgen-reduce-version-0.68.1"

[package.metadata.vendor-filter]
platforms = ["*-unknown-linux-gnu"]
tier = "2"
Expand Down

0 comments on commit 6fbd98b

Please sign in to comment.