We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bb368 commit 2222d2eCopy full SHA for 2222d2e
.github/workflows/msrv.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Install Rust toolchain
27
# Aligned with `rust-version` in `Cargo.toml`
28
- uses: dtolnay/rust-toolchain@1.80
+ uses: dtolnay/rust-toolchain@1.81
29
30
- name: Check out repository
31
uses: actions/checkout@v3
Cargo.toml
@@ -15,7 +15,7 @@ include = [
15
"LICENSE",
16
"README.md",
17
]
18
-rust-version = "1.80"
+rust-version = "1.81"
19
20
[dependencies]
21
almost = "0.2.0"
0 commit comments