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 cd873f6 commit 5a5e08cCopy full SHA for 5a5e08c
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
fetch-depth: 1
13
- uses: actions-rs/toolchain@v1
14
with:
15
- toolchain: nightly
+ toolchain: stable
16
components: clippy
17
profile: minimal
18
override: true
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
components: rustfmt
33
34
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
- toolchain: 1.45.2
50
51
- run: cargo fetch --verbose
52
- run: cargo build
0 commit comments