Skip to content

Commit 8f9c28b

Browse files
authored
fix: pin arrow-wasm (#785)
1 parent 059fbac commit 8f9c28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
1717
[dependencies]
1818
arrow-array.workspace = true
1919
arrow-schema.workspace = true
20-
arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", version = "0.1.0" }
20+
arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "012447cab019efbb051cbd43ea5ad55a7549a4d8" }
2121
serde.workspace = true
2222
serde-wasm-bindgen = "0.6.5"
2323
stac = { workspace = true, features = ["geoarrow"] }

0 commit comments

Comments
 (0)