Skip to content

Commit e3f7cb8

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

datafusion/wasmtest/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ datafusion-expr = { workspace = true }
5252
datafusion-optimizer = { workspace = true, default-features = true }
5353
datafusion-physical-plan = { workspace = true }
5454
datafusion-sql = { workspace = true }
55-
# getrandom must be compiled with js feature
56-
getrandom = { version = "=0.2.15", features = ["js"] }
5755

5856
wasm-bindgen = "0.2.99"
5957

58+
[patch.crates-io]
59+
# getrandom must be compiled with js feature
60+
getrandom = { version = "=0.2.15", features = ["js"] }
61+
6062
[dev-dependencies]
6163
insta = { workspace = true }
6264
object_store = { workspace = true }

0 commit comments

Comments
 (0)