add redundant features for cargo 1.41 bug
This commit is contained in:
parent
ca074461d8
commit
fe828d040d
|
@ -23,8 +23,8 @@ std = ["alloc", "secp256k1-sys/std"]
|
||||||
# allow use of Secp256k1::new and related API that requires an allocator
|
# allow use of Secp256k1::new and related API that requires an allocator
|
||||||
alloc = ["secp256k1-sys/alloc"]
|
alloc = ["secp256k1-sys/alloc"]
|
||||||
bitcoin-hashes = ["bitcoin_hashes"] # Feature alias because of the underscore.
|
bitcoin-hashes = ["bitcoin_hashes"] # Feature alias because of the underscore.
|
||||||
bitcoin-hashes-std = ["std", "bitcoin_hashes/std"]
|
bitcoin-hashes-std = ["std", "bitcoin_hashes", "bitcoin_hashes/std"]
|
||||||
rand-std = ["std", "rand/std", "rand/std_rng"]
|
rand-std = ["std", "rand", "rand/std", "rand/std_rng"]
|
||||||
recovery = ["secp256k1-sys/recovery"]
|
recovery = ["secp256k1-sys/recovery"]
|
||||||
lowmemory = ["secp256k1-sys/lowmemory"]
|
lowmemory = ["secp256k1-sys/lowmemory"]
|
||||||
global-context = ["std"]
|
global-context = ["std"]
|
||||||
|
|
Loading…
Reference in New Issue