Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
chore(ci): raise the compiler version to nightly-2020-04-23
Browse files Browse the repository at this point in the history
The latest available version is nightly-2020-04-30, but we can't use
this because of <rust-lang/rust#71867>.
  • Loading branch information
yvt committed May 4, 2020
1 parent 4022637 commit e853e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/common.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
rustVersion: nightly-2020-02-05
rustVersion: nightly-2020-04-23
linuxPrestep: |
sudo apt-get update &&
sudo apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2020-02-05
nightly-2020-04-23

0 comments on commit e853e0b

Please sign in to comment.