We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e83bf commit cce4480Copy full SHA for cce4480
.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.71
+ uses: dtolnay/rust-toolchain@1.76
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.71"
+rust-version = "1.76"
19
20
[dependencies]
21
almost = "0.2.0"
0 commit comments