Skip to content

Commit d5d743c

Browse files
committed
Switch CI back to latest nightly
Since rust-lang/rust#94609 has been merged.
1 parent f41277b commit d5d743c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '50 4 * * *'
1010

1111
env:
12-
rust_toolchain: nightly-2022-03-23
12+
rust_toolchain: nightly
1313

1414
jobs:
1515
compile:

.github/workflows/publish-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch
55

66
env:
7-
rust_toolchain: nightly-2022-03-23
7+
rust_toolchain: nightly
88

99
jobs:
1010
publishdryrun:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch
55

66
env:
7-
rust_toolchain: nightly-2022-03-23
7+
rust_toolchain: nightly
88

99
jobs:
1010
publish:

0 commit comments

Comments
 (0)