Skip to content

Commit

Permalink
Merge pull request #927 from bgurney-rh/fix-default-features
Browse files Browse the repository at this point in the history
Change deprecated default_features to default-features
  • Loading branch information
mulkieran authored Jul 18, 2024
2 parents 5a3f3ba + f2366b0 commit 7109451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devicemapper-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ keywords = ["storage", "devicemapper"]
categories = ["os::linux-apis", "external-ffi-bindings"]

[build-dependencies.bindgen]
default_features = false
default-features = false
features = ["runtime"]
version = "0.69.0"

0 comments on commit 7109451

Please sign in to comment.