Skip to content

Commit

Permalink
bump arrow to 49
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 13, 2023
1 parent 5ce33ea commit 8406846
Showing 1 changed file with 3 additions and 3 deletions.
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 = "40363b64fc8bbb8c4a2fb8a30156f8811182dada" }
arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "564a7485fcd585647ba77e2c5d8f2cff6db02122" }
# 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 = "48.0", default-features = false, optional = true, features = [
arrow = { version = "49", default-features = false, optional = true, features = [
"ipc",
"ffi",
] }
parquet = { version = "48.0", default-features = false, optional = true, features = [
parquet = { version = "49", default-features = false, optional = true, features = [
"arrow",
"base64",
] }
Expand Down

0 comments on commit 8406846

Please sign in to comment.