Skip to content

Commit

Permalink
Patch Cargo.toml to avoid loopdev FTBFS
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mulkieran committed Apr 23, 2023
1 parent 3b8e7f7 commit d079122
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
32 changes: 6 additions & 26 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,8 @@ extras = ["pretty-hex"]
min = ["rpassword"]
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 comments on commit d079122

Please sign in to comment.