docs: update rust version (#19789)

This commit is contained in:
Vaibhav Arora
2025-11-17 05:29:19 +05:30
committed by GitHub
parent 74d9e8b73a
commit af2cc34c36

View File

@@ -37,7 +37,7 @@ operating system:
These are needed to build bindings for Reth's database.
The Minimum Supported Rust Version (MSRV) of this project is 1.80.0. If you already have a version of Rust installed,
The Minimum Supported Rust Version (MSRV) of this project is 1.88.0. If you already have a version of Rust installed,
you can check your version by running `rustc --version`. To update your version of Rust, run `rustup update`.
## Build Reth