From af428282dce556097fe2117c219698bdbcedb1e3 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 15 Jan 2025 06:20:35 +0100 Subject: [PATCH] Update `re_arrow2` (#8694) Fix failing CI --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82426fe6b5d7..6f8bc2ab28ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 7574f393ff2d..55544dbf3bd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"