Make global-context-less-secure actually enable the global context
This commit is contained in:
parent
1cf2429b12
commit
c1bb316675
|
@ -34,7 +34,7 @@ global-context = ["std"]
|
||||||
# (If you are sure the `rand-std` feature will not be enabled, e.g.
|
# (If you are sure the `rand-std` feature will not be enabled, e.g.
|
||||||
# if you are doing a no-std build, then this feature does nothing
|
# if you are doing a no-std build, then this feature does nothing
|
||||||
# and is not necessary.)
|
# and is not necessary.)
|
||||||
global-context-less-secure = []
|
global-context-less-secure = ["global-context"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
secp256k1-sys = { version = "0.5.0", default-features = false, path = "./secp256k1-sys" }
|
secp256k1-sys = { version = "0.5.0", default-features = false, path = "./secp256k1-sys" }
|
||||||
|
|
Loading…
Reference in New Issue