Skip to content

Commit

Permalink
Update re_arrow2 (#8694)
Browse files Browse the repository at this point in the history
Fix failing CI
  • Loading branch information
emilk authored Jan 15, 2025
1 parent 72006c7 commit af42828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5584,7 +5584,7 @@ dependencies = [
[[package]]
name = "re_arrow2"
version = "0.18.1"
source = "git+https://github.com/rerun-io/re_arrow2.git?branch=main#e8576708a1b41b493980ecb995e808aefcfa1fbc"
source = "git+https://github.com/rerun-io/re_arrow2.git?branch=main#61ac48418df229584155c5f669477bedf76d4505"
dependencies = [
"ahash",
"arrow-array",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ anyhow = { version = "1.0", default-features = false }
argh = "0.1.12"
array-init = "2.1"
arrow = { version = "53.1", default-features = false }
arrow2 = { package = "re_arrow2", version = "0.18" }
arrow2 = { package = "re_arrow2", version = "0.18", features = ["arrow"] }
async-executor = "1.0"
backtrace = "0.3"
bincode = "1.3"
Expand Down

0 comments on commit af42828

Please sign in to comment.