Skip to content

Commit 77624f9

Browse files
committed
chore: bump MSRV to 1.92 (latest stable)
1 parent 6c69747 commit 77624f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- uses: actions/checkout@v6
176176
- uses: dtolnay/rust-toolchain@master
177177
with:
178-
toolchain: "1.86"
178+
toolchain: "1.92"
179179
- uses: Swatinem/rust-cache@v2
180180
- name: Build with MSRV
181181
run: cargo build --workspace

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["crates/cli", "crates/core", "crates/s3"]
55
[workspace.package]
66
version = "0.1.0"
77
edition = "2024"
8-
rust-version = "1.86"
8+
rust-version = "1.92"
99
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/rustfs/rc"
1111
homepage = "https://github.com/rustfs/rc"

0 commit comments

Comments
 (0)