summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2020-11-30 10:37:36 -0500
committerTamir Duberstein <tamird@google.com>2020-12-19 14:17:10 -0500
commit16d62f6622f90208341045864a9a6c5470dc9cc2 (patch)
tree9adc894aaf7283d310f822faf37415887f7df0cc /.cirrus.yml
parente65db137417e4eee1dccea52edec240f7edc8f23 (diff)
downloadnix-16d62f6622f90208341045864a9a6c5470dc9cc2.zip
Update cross-compilation Rust version to 1.40.0
This was missed in d36353701341df9cfffb4fc4e88c002698d2deda.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f3b18d6a..f5b7abeb 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -116,7 +116,7 @@ task:
TARGET: x86_64-unknown-linux-musl
TOOLCHAIN: 1.40.0
container:
- image: rust:1.36
+ image: rust:1.40
setup_script:
- rustup toolchain install $TOOLCHAIN
- rustup target add --toolchain $TOOLCHAIN $TARGET
@@ -161,7 +161,7 @@ task:
env:
TARGET: x86_64-unknown-netbsd
container:
- image: rust:1.36
+ image: rust:1.40
setup_script:
- rustup target add $TARGET
script: