Skip to content

Commit fe828d0

Browse files
committed
add redundant features for cargo 1.41 bug
1 parent ca07446 commit fe828d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ std = ["alloc", "secp256k1-sys/std"]
2323
# allow use of Secp256k1::new and related API that requires an allocator
2424
alloc = ["secp256k1-sys/alloc"]
2525
bitcoin-hashes = ["bitcoin_hashes"] # Feature alias because of the underscore.
26-
bitcoin-hashes-std = ["std", "bitcoin_hashes/std"]
27-
rand-std = ["std", "rand/std", "rand/std_rng"]
26+
bitcoin-hashes-std = ["std", "bitcoin_hashes", "bitcoin_hashes/std"]
27+
rand-std = ["std", "rand", "rand/std", "rand/std_rng"]
2828
recovery = ["secp256k1-sys/recovery"]
2929
lowmemory = ["secp256k1-sys/lowmemory"]
3030
global-context = ["std"]

0 commit comments

Comments
 (0)