diff --git a/Cargo.toml b/Cargo.toml index 03af3d3..0a41c55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ features = [ "rand", "rand-std", "serde", "bitcoin_hashes", "recovery", "global- rustdoc-args = ["--cfg", "docsrs"] [features] -unstable = ["recovery", "rand-std"] +unstable = ["recovery"] default = ["std"] std = ["alloc", "secp256k1-sys/std"] # allow use of Secp256k1::new and related API that requires an allocator