]> git.proxmox.com Git - cargo.git/commitdiff
Unpin nightly version in CI.
authorEric Huss <eric@huss.org>
Thu, 5 Apr 2018 13:42:48 +0000 (06:42 -0700)
committerEric Huss <eric@huss.org>
Thu, 5 Apr 2018 13:42:48 +0000 (06:42 -0700)
Removes temporary workaround for rust-lang/rust#49033.

.travis.yml
appveyor.yml

index a9b85bc9077ae1b9a1175eac667ea54de129b3f3..f036981901ae0d4be0ad2f282a04caed373211b9 100644 (file)
@@ -28,7 +28,7 @@ matrix:
 
     - env: TARGET=x86_64-unknown-linux-gnu
            ALT=i686-unknown-linux-gnu
-      rust: nightly-2018-03-07
+      rust: nightly
       install:
         - mdbook --help || cargo install mdbook --force
       script:
index d85f19d225dca5efedf01691fbbe886927e646a1..d901dbe186084ee4f1c4d7a5e8efa3e5addd719c 100644 (file)
@@ -6,7 +6,7 @@ environment:
 
 install:
   - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
-  - 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
   - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
   - rustup target add %OTHER_TARGET%
   - rustc -V