bump rust nightly

This commit is contained in:
Michael Droogleever
2018-10-13 22:42:03 +02:00
parent 1edb3b94e3
commit 498601c451
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
language: rust language: rust
rust: nightly-2018-08-01 rust: nightly-2018-10-12
addons: addons:
apt: apt:

View File

@@ -44,12 +44,12 @@ Then, install or switch to the nightly channel.
$ rustup default nightly $ rustup default nightly
``` ```
**NOTE** Make sure you have a nightly newer than `nightly-2018-06-22`. **NOTE** Make sure you have a nightly newer than `nightly-2018-10-12`.
`rustc -V` should return a date newer than the one shown below: `rustc -V` should return a date newer than the one shown below:
``` shell ``` shell
$ rustc -V $ rustc -V
rustc 1.28.0-nightly (056f589fb 2018-06-22) rustc 1.31.0-nightly (2c2e2c57d 2018-10-12)
``` ```
### OS specific instructions ### OS specific instructions