Skip to content

Commit

Permalink
Change deprecated default_features to default-features
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Jul 18, 2024
1 parent 5a3f3ba commit f2366b0
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 f2366b0

Please sign in to comment.