summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-07-22 06:04:02 +0900
committerGitHub <noreply@github.com>2019-07-22 06:04:02 +0900
commite88d10a3cbf8471eddde1082e10a9d35e4376bac (patch)
tree16b1ed2fe592bce699f2309e0a2973934134d983 /.cirrus.yml
parenta3b8d827112c6aac58585fea60f2e8d7950d2f7a (diff)
chore: bump to newer nightly (#1338)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 0929f1d1..43b0b51f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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
- |