Skip to content

Commit

Permalink
chore: update MSRV to 1.75 (paradigmxyz#5974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jan 8, 2024
1 parent 1208f6b commit 5353ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.70" # MSRV
toolchain: "1.75" # MSRV
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rust.rust_2018_idioms = "deny"
[workspace.package]
version = "0.1.0-alpha.13"
edition = "2021"
rust-version = "1.70"
rust-version = "1.75"
license = "MIT OR Apache-2.0"
homepage = "https://paradigmxyz.github.io/reth"
repository = "https://github.com/paradigmxyz/reth"
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
msrv = "1.70"
msrv = "1.75"
ignore-interior-mutability = ["bytes::Bytes", "reth_primitives::trie::nibbles::Nibbles"]
too-large-for-stack = 128

0 comments on commit 5353ac3

Please sign in to comment.