Skip to content

Commit

Permalink
bump to object-store-wasm fork
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jun 22, 2024
1 parent 1c0b6de commit 4dd2058
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 3 additions & 4 deletions js/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,16 @@ futures = { version = "0.3.30", optional = true }
geo = "0.28"
geoarrow = { path = "../" }
geodesy = { version = "0.12", optional = true, features = ["js"] }
object_store = { version = "*", optional = true }
object-store-wasm = { version = "0.0.3", optional = true, default-features = false, features = [
object_store = { version = "0.10", optional = true }
# branch with object-store updated to 0.10
# https://github.com/H-Plus-Time/object-store-wasm/pull/28
object-store-wasm = { git = "https://github.com/kylebarron/object-store-wasm", branch = "kyle/bump-object-store-0.10", optional = true, default-features = false, features = [
"http",
] }

# object-store-wasm = { version = "0.0.3", optional = true, default-features = false, features = [
# "http",
# ] }
parquet = { version = "52", optional = true, features = ["arrow", "base64"] }
range-reader = { version = "0.2", optional = true }
reqwest = { version = "*", optional = true }
Expand Down

0 comments on commit 4dd2058

Please sign in to comment.