We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955560a commit e79eae8Copy full SHA for e79eae8
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
- uses: actions-rs/toolchain@v1
12
with:
13
profile: minimal
14
+ toolchain: stable
15
override: true
16
- uses: actions-rs/cargo@v1
17
@@ -24,6 +25,7 @@ jobs:
24
25
26
27
28
29
30
31
@@ -37,6 +39,7 @@ jobs:
37
39
38
40
41
42
43
44
components: rustfmt
45
@@ -52,6 +55,7 @@ jobs:
52
55
53
56
54
57
58
59
60
components: clippy
61
0 commit comments