build: upgrade Rust baseline to 1.96.0 (#3291)

* build: upgrade Rust baseline to 1.96.0

* ci: pin Rust workflows to 1.96.0

* remove

* ci: pin setup action to Rust 1.96.0

* build: pin toolchain to Rust 1.96.0
This commit is contained in:
houseme
2026-06-09 04:32:37 +08:00
committed by GitHub
parent 9354b939ca
commit aabda41ae5
8 changed files with 20 additions and 17 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ resolver = "3"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/rustfs/rustfs"
rust-version = "1.95.0"
rust-version = "1.96.0"
version = "1.0.0-beta.7"
homepage = "https://rustfs.com"
description = "RustFS is a high-performance distributed object storage software built using Rust, one of the most popular languages worldwide. "