Skip to content

Commit

Permalink
Use loopdev-3 instead of loopdev crate
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jan 9, 2024
1 parent aa492c2 commit c04ed39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
24 changes: 7 additions & 17 deletions Cargo.lock

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

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-3 = "0.5.0"
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 c04ed39

Please sign in to comment.