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 059fbac commit 8f9c28bCopy full SHA for 8f9c28b
crates/wasm/Cargo.toml
@@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
17
[dependencies]
18
arrow-array.workspace = true
19
arrow-schema.workspace = true
20
-arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", version = "0.1.0" }
+arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "012447cab019efbb051cbd43ea5ad55a7549a4d8" }
21
serde.workspace = true
22
serde-wasm-bindgen = "0.6.5"
23
stac = { workspace = true, features = ["geoarrow"] }
0 commit comments