Skip to content

Commit

Permalink
Update to re_arrow2 0.18.2 (#8796)
Browse files Browse the repository at this point in the history
One less patched dependency
  • Loading branch information
emilk authored Jan 24, 2025
1 parent 38a7438 commit 0e63be0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5219,7 +5219,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15"
dependencies = [
"bytes",
"heck 0.4.1",
"heck 0.5.0",
"itertools 0.13.0",
"log",
"multimap",
Expand Down Expand Up @@ -5584,8 +5584,9 @@ dependencies = [

[[package]]
name = "re_arrow2"
version = "0.18.1"
source = "git+https://github.com/rerun-io/re_arrow2.git?branch=main#61ac48418df229584155c5f669477bedf76d4505"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6973c87de24c9de7292447fa896f229278b010cb3fb5e7f4f857447e64e1bb6f"
dependencies = [
"ahash",
"arrow-array",
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ argh = "0.1.12"
array-init = "2.1"
arrow = { version = "53.4", default-features = false }
arrow-schema = { version = "53.4", default-features = false }
arrow2 = { package = "re_arrow2", version = "0.18", features = ["arrow"] }
arrow2 = { package = "re_arrow2", version = "0.18.2", features = ["arrow"] }
async-executor = "1.0"
async-stream = "0.3"
backtrace = "0.3"
Expand Down Expand Up @@ -604,4 +604,4 @@ egui_commonmark = { git = "https://github.com/rerun-io/egui_commonmark.git", bra

# dav1d = { path = "/home/cmc/dev/rerun-io/rav1d", package = "re_rav1d", version = "0.1.1" }

re_arrow2 = { git = "https://github.com/rerun-io/re_arrow2.git", branch = "main" }
# re_arrow2 = { git = "https://github.com/rerun-io/re_arrow2.git", branch = "main" }

0 comments on commit 0e63be0

Please sign in to comment.