Skip to content

Commit 5e2fc1c

Browse files
committed
chore: Upgrade rand crate and some other minor crates
1 parent b51c00c commit 5e2fc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/wasmtest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ datafusion-optimizer = { workspace = true, default-features = true }
5353
datafusion-physical-plan = { workspace = true }
5454
datafusion-sql = { workspace = true }
5555
# getrandom must be compiled with js feature
56-
getrandom = { version = "0.3", features = ["wasm_js"] }
56+
getrandom = { version = "=0.2.15", features = ["js"] }
5757

5858
wasm-bindgen = "0.2.99"
5959

0 commit comments

Comments
 (0)