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