We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187bb0a commit 4eb42cdCopy full SHA for 4eb42cd
.travis.yml
@@ -28,7 +28,7 @@ matrix:
28
29
- env: TARGET=x86_64-unknown-linux-gnu
30
ALT=i686-unknown-linux-gnu
31
- rust: nightly-2018-03-07
+ rust: nightly
32
install:
33
- mdbook --help || cargo install mdbook --force
34
script:
appveyor.yml
@@ -6,7 +6,7 @@ environment:
6
7
8
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
9
- - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2018-03-07
+ - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
10
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
11
- rustup target add %OTHER_TARGET%
12
- rustc -V
0 commit comments