Skip to content

Commit

Permalink
Merge pull request #246 from vorot93/patch-2
Browse files Browse the repository at this point in the history
global-context depends on rand-std
  • Loading branch information
apoelstra committed Nov 11, 2020
2 parents d31dcf2 + bc81930 commit 221254b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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!
Expand Down

0 comments on commit 221254b

Please sign in to comment.