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

Commit eb336a8

Browse files
authored
chore: set msrv to 1.81 (#113)
1 parent 5045bf9 commit eb336a8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- uses: Swatinem/rust-cache@v2
2121
with:
2222
cache-on-failure: true
23-
- run:
24-
cargo clippy --bin alphanet --workspace --features "asm-keccak jemalloc jemalloc-prof min-error-logs min-warn-logs min-info-logs min-debug-logs min-trace-logs"
23+
- run: cargo clippy --bin alphanet --workspace --features "asm-keccak jemalloc jemalloc-prof min-error-logs min-warn-logs min-info-logs min-debug-logs min-trace-logs"
2524
env:
2625
RUSTFLAGS: -D warnings
2726

@@ -59,7 +58,7 @@ jobs:
5958
- uses: actions/checkout@v4
6059
- uses: dtolnay/rust-toolchain@master
6160
with:
62-
toolchain: "1.80" # MSRV
61+
toolchain: "1.81" # MSRV
6362
- uses: Swatinem/rust-cache@v2
6463
with:
6564
cache-on-failure: true

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolver = "2"
1111
[workspace.package]
1212
version = "0.0.0"
1313
edition = "2021"
14-
rust-version = "1.80"
14+
rust-version = "1.81"
1515
authors = []
1616
license = "MIT OR Apache-2.0"
1717
repository = "https://github.com/paradigmxyz/alphanet"

0 commit comments

Comments
 (0)