Skip to content

Commit 368576c

Browse files
committed
chore: Upgrade rand crate and some other minor crates
1 parent ef59df1 commit 368576c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datafusion/wasmtest/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ datafusion-expr = { workspace = true }
5252
datafusion-optimizer = { workspace = true, default-features = true }
5353
datafusion-physical-plan = { workspace = true }
5454
datafusion-sql = { workspace = true }
55-
5655
wasm-bindgen = "0.2.99"
5756
getrandom = { version = "=0.2.15", features = ["js"] }
5857

5958
[patch.crates-io]
6059
# getrandom must be compiled with js feature
61-
getrandom = { version = "=0.2.15", features = ["js"] }
60+
getrandom = { version = "=0.2.15" }
6261

6362
[dev-dependencies]
6463
# needs to be compiled

0 commit comments

Comments
 (0)