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"] }