We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38e8b9 commit 7e4ecf3Copy full SHA for 7e4ecf3
2 files changed
.github/workflows/linting.yml
@@ -19,6 +19,8 @@ jobs:
19
20
- name: Install nightly toolchain
21
uses: dtolnay/rust-toolchain@nightly
22
+ with:
23
+ toolchain: 1.83.0
24
25
- name: Rust Cache
26
uses: Swatinem/rust-cache@v2
@@ -40,6 +42,7 @@ jobs:
40
42
41
43
with:
44
components: rustfmt
45
46
47
48
@@ -61,6 +64,7 @@ jobs:
61
64
62
65
63
66
components: clippy
67
68
69
70
.github/workflows/test.yml
@@ -22,6 +22,8 @@ jobs:
27
28
29
0 commit comments