summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-07-10 14:36:36 -0700
committerGitHub <noreply@github.com>2019-07-10 14:36:36 -0700
commit7ac8bfc82133a19cabc917e5ab55902e3b2441df (patch)
tree716a47e7b3dfe02977296abbb67115c4522544cb /.cirrus.yml
parenta79483750ff550d95b95cb19fb211637f67c1745 (diff)
chore: bump to newer nightly (#1284)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 5d47ab9a..0929f1d1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -13,10 +13,13 @@ 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-06-10
+ - sh rustup.sh -y --default-toolchain nightly-2019-07-09
- . $HOME/.cargo/env
- rustup target add i686-unknown-freebsd
- |
+ echo "~~~~ rustc --version ~~~~"
+ rustc --version
+
# Remove any existing patch statements
mv Cargo.toml Cargo.toml.bck
sed -n '/\[patch.crates-io\]/q;p' Cargo.toml.bck > Cargo.toml