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.
1 parent ee293af commit c5ae777Copy full SHA for c5ae777
crates/polars-arrow/Cargo.toml
@@ -70,7 +70,7 @@ version_check = { workspace = true }
70
71
[target.wasm32-unknown-unknown.dependencies]
72
getrandom = { version = "0.3", features = ["wasm_js"] }
73
-old_getrandom = { version = "0.2", features = ["js"] , package = "getrandom" }
+old_getrandom = { version = "0.2", features = ["js"], package = "getrandom" }
74
75
[features]
76
default = []
0 commit comments