chore: update MSRV to 1.75 (#5974)

This commit is contained in:
Dan Cline
2024-01-08 11:19:19 -05:00
committed by GitHub
parent 1208f6b874
commit 5353ac3c05
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master - uses: dtolnay/rust-toolchain@master
with: with:
toolchain: "1.70" # MSRV toolchain: "1.75" # MSRV
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
cache-on-failure: true cache-on-failure: true

View File

@ -77,7 +77,7 @@ rust.rust_2018_idioms = "deny"
[workspace.package] [workspace.package]
version = "0.1.0-alpha.13" version = "0.1.0-alpha.13"
edition = "2021" edition = "2021"
rust-version = "1.70" rust-version = "1.75"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
homepage = "https://paradigmxyz.github.io/reth" homepage = "https://paradigmxyz.github.io/reth"
repository = "https://github.com/paradigmxyz/reth" repository = "https://github.com/paradigmxyz/reth"

View File

@ -1,3 +1,3 @@
msrv = "1.70" msrv = "1.75"
ignore-interior-mutability = ["bytes::Bytes", "reth_primitives::trie::nibbles::Nibbles"] ignore-interior-mutability = ["bytes::Bytes", "reth_primitives::trie::nibbles::Nibbles"]
too-large-for-stack = 128 too-large-for-stack = 128