Skip to content

Commit ef455d1

Browse files
committed
Patch Cargo.toml to avoid loopdev FTBFS
Otherwise a user building test from source on f38 or rawhide will encounter a failure. This is a temporary measure and will be removed with upcoming release of loopdev. Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 40f65e2 commit ef455d1

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)