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 675999a commit 7f78272Copy full SHA for 7f78272
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
fetch-depth: 1
13
- uses: actions-rs/toolchain@v1
14
with:
15
- toolchain: nightly-2019-11-06
+ toolchain: nightly-2020-07-27
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.39.0
+ toolchain: 1.45.2
50
51
52
- run: cargo fetch --verbose
0 commit comments