rand-std should enable std

Users should not need to specify both.
This commit is contained in:
sanket1729 2023-10-03 23:09:26 -07:00
parent c3d4d8a4b4
commit a1538a42c1
No known key found for this signature in database
GPG Key ID: 648FFB183E0870A2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ exclude = ["tests", "contrib"]
[features]
default = [ "std", "secp-recovery" ]
rand-std = ["secp256k1/rand-std"]
rand-std = ["secp256k1/rand-std", "std"]
rand = ["secp256k1/rand"]
serde = ["actual-serde", "hashes/serde", "secp256k1/serde", "internals/serde"]
secp-lowmemory = ["secp256k1/lowmemory"]