Skip to content

Commit c1bb316

Browse files
committed
Make global-context-less-secure actually enable the global context
1 parent 1cf2429 commit c1bb316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ global-context = ["std"]
3434
# (If you are sure the `rand-std` feature will not be enabled, e.g.
3535
# if you are doing a no-std build, then this feature does nothing
3636
# and is not necessary.)
37-
global-context-less-secure = []
37+
global-context-less-secure = ["global-context"]
3838

3939
[dependencies]
4040
secp256k1-sys = { version = "0.5.0", default-features = false, path = "./secp256k1-sys" }

0 commit comments

Comments
 (0)