diff --git a/Cargo.toml b/Cargo.toml index b870aa4..a76f411 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ global-context = ["std"] # (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 # and is not necessary.) -global-context-less-secure = [] +global-context-less-secure = ["global-context"] [dependencies] secp256k1-sys = { version = "0.5.0", default-features = false, path = "./secp256k1-sys" }