Skip to content

Commit

Permalink
chore: use arrow release 53.3
Browse files Browse the repository at this point in the history
The needed changes from main have merged and been released. We can use a
released version of arrow deps now.
  • Loading branch information
nathanielc committed Dec 5, 2024
1 parent c479255 commit d6e41b8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 47 deletions.
76 changes: 44 additions & 32 deletions Cargo.lock

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

15 changes: 0 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,18 +255,3 @@ repository = "https://github.com/3box/rust-ceramic"
inherits = "release"
debug = true
strip = "none"

[patch.crates-io]
# We need the pre-released code until this fix is part of a release https://github.com/apache/arrow-rs/pull/6645
arrow-arith = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-array = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-data = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-row = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-select = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }
arrow-string = { git = "https://github.com/apache/arrow-rs.git", branch = "master" }

0 comments on commit d6e41b8

Please sign in to comment.