We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rand
1 parent ddcb2ee commit c71b2d2Copy full SHA for c71b2d2
datafusion/wasmtest/Cargo.toml
@@ -52,13 +52,12 @@ datafusion-expr = { workspace = true }
52
datafusion-optimizer = { workspace = true, default-features = true }
53
datafusion-physical-plan = { workspace = true }
54
datafusion-sql = { workspace = true }
55
-
56
wasm-bindgen = "0.2.99"
57
getrandom = { version = "=0.2.15", features = ["js"] }
58
59
[patch.crates-io]
60
# getrandom must be compiled with js feature
61
-getrandom = { version = "=0.2.15", features = ["js"] }
+getrandom = { version = "=0.2.15" }
62
63
[dev-dependencies]
64
insta = { workspace = true }
0 commit comments