ci: add MSRV lint job (#5495)

This commit is contained in:
DaniPopes
2023-11-20 13:28:45 +01:00
committed by GitHub
parent bfa2110191
commit e6040e8f23
3 changed files with 31 additions and 1 deletions

View File

@ -73,6 +73,13 @@ If you want to contribute, or follow along with contributor discussion, you can
### Building and testing
<!--
When updating this, also update:
- clippy.toml
- Cargo.toml
- .github/workflows/lint.yml
-->
The Minimum Supported Rust Version (MSRV) of this project is [1.70.0](https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html).
See the book for detailed instructions on how to [build from source](https://paradigmxyz.github.io/reth/installation/source.html).