cezarmathe / btrfsutil-rs

Safe wrappers for libbtrfsutil.
https://crates.io/crates/btrfsutil
MIT License
6 stars 5 forks source link

🔧 Handle out-of-date loopdev dependency #36

Closed NAlexPear closed 1 year ago

NAlexPear commented 1 year ago

This PR works around loopdev's out-of-date merged, but not released, minimum bindgen version bump by patching the dependency for dev.

In addition, this PR also handles any of the clippy lints or failing tests associated with the move to GitHub Actions in anticipation of a v0.2.0 release.