Skip to content

Commit

Permalink
Bump arrow and parquet to 47 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Sep 30, 2023
1 parent 943a26b commit 84c718b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 30 deletions.
55 changes: 28 additions & 27 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ js-sys = "0.3.60"
getrandom = { version = "0.2.6", features = ["js"] }
thiserror = "1.0"

arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "13f8ac39f4f78017f2d434b6bf2cb05e7996c1b0" }
arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "84bcf954212306c5b25a5361fe2ae285e9859a48" }
# arrow-wasm = { path = "/Users/kyle/github/rust/arrow-wasm" }

arrow2 = { version = "0.18", optional = true, features = [
Expand All @@ -85,11 +85,11 @@ arrow2 = { version = "0.18", optional = true, features = [
] }
parquet2 = { version = "0.17", default_features = false, optional = true }

arrow = { version = "46.0", default-features = false, optional = true, features = [
arrow = { version = "47.0", default-features = false, optional = true, features = [
"ipc",
"ffi",
] }
parquet = { version = "46.0", default-features = false, optional = true, features = [
parquet = { version = "47.0", default-features = false, optional = true, features = [
"arrow",
"base64",
] }
Expand Down

0 comments on commit 84c718b

Please sign in to comment.