Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
chore: update rust-version to match msrv (#93)
Browse files Browse the repository at this point in the history
* chore: update rust-version to match msrv

* use 1.80

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>

* update msrv in clippy toml

* update msrv in github action

---------

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
  • Loading branch information
Rjected and mattsse authored Aug 9, 2024
1 parent cf032b3 commit ee520df
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 @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.79" # MSRV
toolchain: "1.80" # 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 @@ -6,7 +6,7 @@ resolver = "2"
[workspace.package]
version = "0.0.0"
edition = "2021"
rust-version = "1.76"
rust-version = "1.80"
authors = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/paradigmxyz/alphanet"
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
msrv = "1.79"
msrv = "1.80"
allow-dbg-in-tests = true

0 comments on commit ee520df

Please sign in to comment.