chore: bump to newer nightly (#1338)

This commit is contained in:
Taiki Endo
2019-07-22 06:04:02 +09:00
committed by GitHub
parent a3b8d82711
commit e88d10a3cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ task:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
# TODO: switch back to nightly
- sh rustup.sh -y --default-toolchain nightly-2019-07-09
- sh rustup.sh -y --default-toolchain nightly-2019-07-17
- . $HOME/.cargo/env
- rustup target add i686-unknown-freebsd
- |
+1 -1
View File
@@ -2,7 +2,7 @@ trigger: ["master", "std-future"]
pr: ["master", "std-future"]
variables:
nightly: nightly-2019-07-09
nightly: nightly-2019-07-17
jobs:
# Check formatting