summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2019-08-22 01:18:37 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-08-28 18:43:46 -0300
commit11f5e0d1bf4f55c272a8b85a05ba00eef6b84a8b (patch)
treec4fb0a6374333bda67635c92c6855e2c501fc08d /.cirrus.yml
parent22b2cc542631eac3edba80e2dcfa220cb19902ca (diff)
downloadnix-11f5e0d1bf4f55c272a8b85a05ba00eef6b84a8b.zip
Raise minimum supported Rust version to 1.36.0
The minimum supported Rust version is being raised to 1.36.0 as this is the first release to support the `mem::MaybeUninit` feature. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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 db1a90ad..ffb3d345 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,7 +14,7 @@ task:
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- - sh rustup.sh -y --default-toolchain 1.31.0
+ - sh rustup.sh -y --default-toolchain 1.36.0
- $HOME/.cargo/bin/rustup target add i686-unknown-freebsd
amd64_test_script:
- . $HOME/.cargo/env