Skip to content

Commit 221254b

Browse files
authored
Merge pull request #246 from vorot93/patch-2
global-context depends on rand-std
2 parents d31dcf2 + bc81930 commit 221254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rand-std = ["rand/std"]
2424
recovery = ["secp256k1-sys/recovery"]
2525
endomorphism = ["secp256k1-sys/endomorphism"]
2626
lowmemory = ["secp256k1-sys/lowmemory"]
27-
global-context = ["std", "rand"]
27+
global-context = ["std", "rand-std"]
2828

2929
# Use this feature to not compile the bundled libsecp256k1 C symbols,
3030
# but use external ones. Use this only if you know what you are doing!

0 commit comments

Comments
 (0)