Skip to content

Commit fa7fb2a

Browse files
committed
chore: Remove getrandom dependency from Cargo.toml
1 parent b4cbe3c commit fa7fb2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ bs58 = "0.5.1"
2727
# Utilities
2828
byteorder = "1.5.0"
2929
rand = { version = "0.8.5", features = ["getrandom"], default-features = true }
30-
getrandom = { version = "0.2.15", features = ["js", "wasm-bindgen", "js-sys"], default-features = false }
3130
base64 = "0.22.1"
3231
once_cell = "1.18.0"
3332
data-encoding = "2.3.3"

0 commit comments

Comments
 (0)