From b66eac9e5fe2e909bb19d17bff67fdd602bc40e5 Mon Sep 17 00:00:00 2001 From: camilesing Date: Tue, 22 Apr 2025 19:13:30 +0800 Subject: [PATCH] chore(deps):update rust version be 1.86.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0acaa57..f589335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,4 @@ edition = "2021" homepage = "https://paimon.apache.org/" repository = "https://github.com/apache/paimon-rust" license = "Apache-2.0" -rust-version = "1.77.1" +rust-version = "1.86.0"