From a4614c6cfcb5ccec42c14007f3357d1a1ca60609 Mon Sep 17 00:00:00 2001 From: sz0000 <47432589+sz0000@users.noreply.github.com> Date: Thu, 28 May 2026 18:08:21 -0700 Subject: [PATCH] Update Cargo.toml --- native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/Cargo.toml b/native/Cargo.toml index 5df04c2ca3..b92175a30d 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -31,7 +31,7 @@ license = "Apache-2.0" edition = "2021" # Comet uses the same minimum Rust version as DataFusion -rust-version = "1.88" +rust-version = "1.89" [workspace.dependencies] arrow = { version = "58.3.0", features = ["prettyprint", "ffi", "chrono-tz"] }