Skip to content

Commit

Permalink
Merge pull request stratis-storage#3332 from mulkieran/patch-loopdev
Browse files Browse the repository at this point in the history
Patch Cargo.toml to avoid loopdev FTBFS
  • Loading branch information
mulkieran authored Apr 23, 2023
2 parents 3b8e7f7 + d079122 commit ac8cc8c
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 ac8cc8c

Please sign in to comment.