Removed the fuzztarget feature from the docs
This commit is contained in:
parent
e081a98005
commit
9fd088c21d
|
@ -17,7 +17,6 @@ links = "secp256k1"
|
||||||
# Should make docs.rs show all functions, even those behind non-default features
|
# Should make docs.rs show all functions, even those behind non-default features
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = [ "rand", "serde", "recovery", "endomorphism" ]
|
features = [ "rand", "serde", "recovery", "endomorphism" ]
|
||||||
all-features = true
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cc = ">= 1.0.28"
|
cc = ">= 1.0.28"
|
||||||
|
|
Loading…
Reference in New Issue