Make global-context-less-secure actually enable the global context

This commit is contained in:
Elichai Turkel 2022-03-28 16:39:06 +03:00
parent 1cf2429b12
commit c1bb316675
No known key found for this signature in database
GPG Key ID: 9383CDE9E8E66A7F
1 changed files with 1 additions and 1 deletions

View File

@ -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" }