Skip to content

Commit b6b01a9

Browse files
authored
Merge pull request #852 from mulkieran/patch-loopdev
Patch Cargo.toml to avoid loopdev FTBFS
2 parents 40f65e2 + ef455d1 commit b6b01a9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ path = "./devicemapper-rs-sys"
4444

4545
[build-dependencies]
4646
semver = "1.0.0"
47+
48+
# FIXME: remove when loopdev dependency lower bound is increased from 0.4.0
49+
[patch.crates-io.loopdev]
50+
git = "https://github.com/mulkieran/loopdev"
51+
branch = "bump-bindgen-reduce-version"

0 commit comments

Comments
 (0)