Skip to content

Commit

Permalink
Merge pull request stratis-storage#898 from mulkieran/loopdev-3
Browse files Browse the repository at this point in the history
Use loopdev-3 instead of loopdev package
  • Loading branch information
mulkieran authored Jan 15, 2024
2 parents 31f7a21 + 2616907 commit f31ddf4
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 @@ -27,7 +27,7 @@ log = "0.4.14"
[dev-dependencies]
assert_matches = "1.5.0"
libmount = "0.1.11"
loopdev = "0.4.0"
loopdev-3 = "0.5.0"
tempfile = "3.0.2"

[dev-dependencies.uuid]
Expand All @@ -44,8 +44,3 @@ path = "./devicemapper-rs-sys"

[build-dependencies]
semver = "1.0.0"

# 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"

0 comments on commit f31ddf4

Please sign in to comment.