Skip to content

Commit

Permalink
sys: remove endomorphism feature metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Jan 5, 2021
1 parent aeef384 commit fb017c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secp256k1-zkp-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ links = "rustsecp256k1zkp_v0_1_0"

# Should make docs.rs show all functions, even those behind non-default features
[package.metadata.docs.rs]
features = [ "recovery", "endomorphism", "lowmemory" ]
features = [ "recovery", "lowmemory" ]

[build-dependencies]
cc = "1.0.28"
Expand Down

0 comments on commit fb017c5

Please sign in to comment.