From 08cbfdbabdb337f2052ddbabb2f7ebd6cb3b0846 Mon Sep 17 00:00:00 2001 From: Jiangzhou He Date: Tue, 23 Sep 2025 20:17:21 -0700 Subject: [PATCH] chore: go back to Rust 1.89 for apple x64 build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43ca683b6..5cb5b4617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "cocoindex" # Will be overridden for specific release versions. version = "999.0.0" edition = "2024" -rust-version = "1.90" +rust-version = "1.89" license = "Apache-2.0" [profile.release]