bump rust nightly
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
language: rust
|
language: rust
|
||||||
rust: nightly-2018-08-01
|
rust: nightly-2018-10-12
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user