global-context depends on rand-std
This commit is contained in:
parent
d31dcf20b0
commit
bc81930a89
|
@ -24,7 +24,7 @@ rand-std = ["rand/std"]
|
||||||
recovery = ["secp256k1-sys/recovery"]
|
recovery = ["secp256k1-sys/recovery"]
|
||||||
endomorphism = ["secp256k1-sys/endomorphism"]
|
endomorphism = ["secp256k1-sys/endomorphism"]
|
||||||
lowmemory = ["secp256k1-sys/lowmemory"]
|
lowmemory = ["secp256k1-sys/lowmemory"]
|
||||||
global-context = ["std", "rand"]
|
global-context = ["std", "rand-std"]
|
||||||
|
|
||||||
# Use this feature to not compile the bundled libsecp256k1 C symbols,
|
# Use this feature to not compile the bundled libsecp256k1 C symbols,
|
||||||
# but use external ones. Use this only if you know what you are doing!
|
# but use external ones. Use this only if you know what you are doing!
|
||||||
|
|
Loading…
Reference in New Issue