Skip to content

Commit

Permalink
chore: enable with_bindgen by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnelson committed Oct 5, 2023
1 parent 1dbb744 commit def6242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p256k1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["api-bindings", "cryptography", "mathematics"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = []
default = ["with_bindgen"]
with_bindgen = ["dep:bindgen"]

[dependencies]
Expand Down

0 comments on commit def6242

Please sign in to comment.