Skip to content

Commit bb3086a

Browse files
authored
chore: update to arrow v58 (#702)
I was upgrading my stack to arrow v58 and found that this PR was much lighter than expected. If this isn't helpful please close, thought I'd open just in case 🙇🏼
2 parents a0623e6 + 3fb8714 commit bb3086a

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ duckdb = { version = "=1.10500.0", path = "crates/duckdb" }
2424
duckdb-loadable-macros = { version = "=1.10500.0", path = "crates/duckdb-loadable-macros" }
2525
libduckdb-sys = { version = "=1.10500.0", path = "crates/libduckdb-sys" }
2626

27-
arrow = { version = "57", default-features = false }
27+
arrow = { version = "58", default-features = false }
2828
bindgen = { version = "0.72.1", default-features = false }
2929
calamine = "0.28.0"
3030
cast = "0.3"

0 commit comments

Comments
 (0)