Skip to content

Commit 4eb42cd

Browse files
committed
Unpin nightly version in CI.
Removes temporary workaround for rust-lang/rust#49033.
1 parent 187bb0a commit 4eb42cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ matrix:
2828

2929
- env: TARGET=x86_64-unknown-linux-gnu
3030
ALT=i686-unknown-linux-gnu
31-
rust: nightly-2018-03-07
31+
rust: nightly
3232
install:
3333
- mdbook --help || cargo install mdbook --force
3434
script:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66

77
install:
88
- 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
9+
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
1010
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
1111
- rustup target add %OTHER_TARGET%
1212
- rustc -V

0 commit comments

Comments
 (0)