diff --git a/Cargo.toml b/Cargo.toml index a960c62..e0090ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "secp256k1" -version = "0.15.0" +version = "0.15.1" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0" @@ -17,7 +17,6 @@ links = "secp256k1" # Should make docs.rs show all functions, even those behind non-default features [package.metadata.docs.rs] features = [ "rand", "serde", "recovery", "endomorphism" ] -all-features = true [build-dependencies] cc = ">= 1.0.28" @@ -30,7 +29,7 @@ path = "src/lib.rs" unstable = [] default = ["std"] fuzztarget = [] -std = [] +std = ["rand/std"] recovery = [] endomorphism = []