From bc81930a896dba7e65eea0f620f1bb6ace0fbd23 Mon Sep 17 00:00:00 2001 From: Artem Vorotnikov Date: Sat, 7 Nov 2020 01:17:22 +0300 Subject: [PATCH] global-context depends on rand-std --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9fcc51bb..ead36aa82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rand-std = ["rand/std"] recovery = ["secp256k1-sys/recovery"] endomorphism = ["secp256k1-sys/endomorphism"] lowmemory = ["secp256k1-sys/lowmemory"] -global-context = ["std", "rand"] +global-context = ["std", "rand-std"] # Use this feature to not compile the bundled libsecp256k1 C symbols, # but use external ones. Use this only if you know what you are doing!