Skip to content

Commit

Permalink
Merge pull request #3614 from jbaublitz/deprecated
Browse files Browse the repository at this point in the history
Change deprecated use of default_features
  • Loading branch information
mulkieran authored May 7, 2024
2 parents 98a2a5a + 7c37b66 commit 5e1be11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ features = ["serde", "v4"]
pkg-config = "0.3.18"

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

0 comments on commit 5e1be11

Please sign in to comment.