Skip to content

Commit 2222d2e

Browse files
committed
Update MSRV from 1.80 to 1.81 (Sept 2024)
1 parent 98bb368 commit 2222d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/msrv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Install Rust toolchain
2727
# Aligned with `rust-version` in `Cargo.toml`
28-
uses: dtolnay/rust-toolchain@1.80
28+
uses: dtolnay/rust-toolchain@1.81
2929

3030
- name: Check out repository
3131
uses: actions/checkout@v3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = [
1515
"LICENSE",
1616
"README.md",
1717
]
18-
rust-version = "1.80"
18+
rust-version = "1.81"
1919

2020
[dependencies]
2121
almost = "0.2.0"

0 commit comments

Comments
 (0)