summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2020-12-10 17:56:40 -0700
committerAlan Somers <asomers@gmail.com>2020-12-10 17:56:40 -0700
commitd36353701341df9cfffb4fc4e88c002698d2deda (patch)
tree5064aa1878ea561c306a8579be4bab299a38c523 /.cirrus.yml
parent670a78b7034aa3864c6dd44dd9bb5fba58518512 (diff)
downloadnix-d36353701341df9cfffb4fc4e88c002698d2deda.zip
Raise MSRV to 1.40.0
This will shortly be needed for Fuchsia support.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 585dd24f..f3b18d6a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -12,7 +12,7 @@ task:
image: freebsd-11-4-release-amd64
setup_script:
- fetch https://sh.rustup.rs -o rustup.sh
- - sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
+ - sh rustup.sh -y --profile=minimal --default-toolchain 1.40.0
- $HOME/.cargo/bin/rustup target add i686-unknown-freebsd
amd64_test_script:
- . $HOME/.cargo/env
@@ -42,7 +42,7 @@ task:
image: catalina-xcode
setup_script:
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
- - sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
+ - sh rustup.sh -y --profile=minimal --default-toolchain 1.40.0
- . $HOME/.cargo/env
- bash ci/install.sh
script:
@@ -92,7 +92,7 @@ docker_builder:
setup_script:
- mkdir /tmp/home
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
- - sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
+ - sh rustup.sh -y --profile=minimal --default-toolchain 1.40.0
- . $HOME/.cargo/env
- bash ci/install.sh
script:
@@ -110,11 +110,11 @@ task:
- name: Linux x86_64
env:
TARGET: x86_64-unknown-linux-gnu
- TOOLCHAIN: 1.36.0
+ TOOLCHAIN: 1.40.0
- name: Linux x86_64 musl
env:
TARGET: x86_64-unknown-linux-musl
- TOOLCHAIN: 1.36.0
+ TOOLCHAIN: 1.40.0
container:
image: rust:1.36
setup_script: