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 c8b190b commit 9b1b566Copy full SHA for 9b1b566
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Install Rust
92
uses: dtolnay/rust-toolchain@stable
93
with:
94
- toolchain: stable
+ toolchain: "1.76" # STABLE
95
- uses: Swatinem/rust-cache@v2
96
- name: Check documentation
97
env:
@@ -106,9 +106,7 @@ jobs:
106
107
108
109
- # Not MSRV because its harder to jump between versions and people are
110
- # more likely to have stable
111
112
components: rustfmt
113
114
- name: Check formatting
0 commit comments