From 93034515dfa45c5f74d4b0ddac208c97efa3c6f1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 04:30:42 +0000 Subject: [PATCH 1/3] Initial plan From 52949c6be0ca02c261f38c3fbfd83b16e2d31fe8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 04:34:57 +0000 Subject: [PATCH 2/3] chore: lower rust-version from 1.92 to 1.88 Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4951b9b..025bf37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["crates/cli", "crates/core", "crates/s3"] [workspace.package] version = "0.1.3" edition = "2024" -rust-version = "1.92" +rust-version = "1.88" license = "MIT OR Apache-2.0" repository = "https://github.com/rustfs/cli" homepage = "https://github.com/rustfs/cli" From f39a0bc0938625602ae28604513131ceb825a684 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 06:15:51 +0000 Subject: [PATCH 3/3] chore: update rust-version to 1.91 to match Alpine 3.23 Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 025bf37..912f37e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["crates/cli", "crates/core", "crates/s3"] [workspace.package] version = "0.1.3" edition = "2024" -rust-version = "1.88" +rust-version = "1.91" license = "MIT OR Apache-2.0" repository = "https://github.com/rustfs/cli" homepage = "https://github.com/rustfs/cli"