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 8c4fbe9 commit a825813Copy full SHA for a825813
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions-rs/toolchain@v1
15
with:
16
profile: minimal
17
- toolchain: stable
+ toolchain: 1.66
18
override: true
19
components: rustfmt, clippy
20
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
rust-toolchain.toml
@@ -0,0 +1,3 @@
1
+[toolchain]
2
+channel = "1.66"
3
+
0 commit comments