From 61f901bdba4ce5ecf652e685d68d2cac0a9c526e Mon Sep 17 00:00:00 2001 From: Jiangzhou He Date: Sun, 21 Sep 2025 09:04:52 -0700 Subject: [PATCH] build: upgrade Rust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0513705..43ca683b 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.88" +rust-version = "1.90" license = "Apache-2.0" [profile.release]