We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf2429 commit c1bb316Copy full SHA for c1bb316
Cargo.toml
@@ -34,7 +34,7 @@ global-context = ["std"]
34
# (If you are sure the `rand-std` feature will not be enabled, e.g.
35
# if you are doing a no-std build, then this feature does nothing
36
# and is not necessary.)
37
-global-context-less-secure = []
+global-context-less-secure = ["global-context"]
38
39
[dependencies]
40
secp256k1-sys = { version = "0.5.0", default-features = false, path = "./secp256k1-sys" }
0 commit comments