From c1bb316675b14f895d3fd339f281c83d2864971e Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Mon, 28 Mar 2022 16:39:06 +0300 Subject: [PATCH] Make global-context-less-secure actually enable the global context --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }