Skip to content

Commit 20a2351

Browse files
committed
enable getrandom std feature
1 parent 78e7479 commit 20a2351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ hex_lit = "0.1.1"
4949

5050
[target.wasm32-unknown-unknown.dev-dependencies]
5151
wasm-bindgen-test = "0.3"
52-
getrandom = { version = "0.3", features = [] }
52+
getrandom = { version = "0.3", features = ["std"] }
5353

5454
[lints.rust]
5555
unexpected_cfgs = { level = "deny", check-cfg = ['cfg(bench)', 'cfg(secp256k1_fuzz)', 'cfg(rust_secp_no_symbol_renaming)'] }

0 commit comments

Comments
 (0)