From 5a9dd02301dc84d90189b88c1ed482a1a7bfb124 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sun, 15 Feb 2026 16:31:05 -0800 Subject: [PATCH] chore: bump MSRV to 1.93 (#22204) Co-authored-by: Amp --- .github/workflows/lint.yml | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 26a0a7000a..ba35c3622c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -124,7 +124,7 @@ jobs: - uses: rui314/setup-mold@v1 - uses: dtolnay/rust-toolchain@master with: - toolchain: "1.88" # MSRV + toolchain: "1.93" # MSRV - uses: mozilla-actions/sccache-action@v0.0.9 - uses: Swatinem/rust-cache@v2 with: diff --git a/Cargo.toml b/Cargo.toml index a735e713f5..77d1e3ebea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] version = "1.11.0" edition = "2024" -rust-version = "1.88" +rust-version = "1.93" license = "MIT OR Apache-2.0" homepage = "https://paradigmxyz.github.io/reth" repository = "https://github.com/paradigmxyz/reth" diff --git a/README.md b/README.md index 74327fc202..ed26f9c173 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ When updating this, also update: - .github/workflows/lint.yml --> -The Minimum Supported Rust Version (MSRV) of this project is [1.88.0](https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/). +The Minimum Supported Rust Version (MSRV) of this project is [1.93.0](https://blog.rust-lang.org/2026/01/22/Rust-1.93.0/). See the docs for detailed instructions on how to [build from source](https://reth.rs/installation/source/).