Skip to content

Commit 7f78272

Browse files
Junha Yangmajecty
authored andcommitted
Update github workflow
1 parent 675999a commit 7f78272

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 1
1313
- uses: actions-rs/toolchain@v1
1414
with:
15-
toolchain: nightly-2019-11-06
15+
toolchain: nightly-2020-07-27
1616
components: clippy
1717
profile: minimal
1818
override: true
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 1
2929
- uses: actions-rs/toolchain@v1
3030
with:
31-
toolchain: nightly-2019-11-06
31+
toolchain: nightly-2020-07-27
3232
components: rustfmt
3333
profile: minimal
3434
override: true
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 1
4747
- uses: actions-rs/toolchain@v1
4848
with:
49-
toolchain: 1.39.0
49+
toolchain: 1.45.2
5050
profile: minimal
5151
override: true
5252
- run: cargo fetch --verbose

0 commit comments

Comments
 (0)