Skip to content

Commit

Permalink
Switch CI back to latest nightly
Browse files Browse the repository at this point in the history
Since rust-lang/rust#94609 has been merged.
  • Loading branch information
N3xed committed Apr 26, 2022
1 parent f41277b commit d5d743c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '50 4 * * *'

env:
rust_toolchain: nightly-2022-03-23
rust_toolchain: nightly

jobs:
compile:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch

env:
rust_toolchain: nightly-2022-03-23
rust_toolchain: nightly

jobs:
publishdryrun:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch

env:
rust_toolchain: nightly-2022-03-23
rust_toolchain: nightly

jobs:
publish:
Expand Down

0 comments on commit d5d743c

Please sign in to comment.