From bd64fd5c67ad175637c3e7743bf837e83f836030 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Sat, 25 Jun 2022 21:27:15 -0500 Subject: [PATCH] Pin cross to 0.2.1, as 0.2.2 requires Rust 1.58.1 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 358f66c6be..fd87623d65 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -122,7 +122,7 @@ task: - curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs - sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN - . $HOME/.cargo/env - - cargo install cross + - cargo install cross --version 0.2.1 # cross 0.2.2 bumped the MSRV to 1.58.1 - cp Cargo.lock.msrv Cargo.lock << : *TEST before_cache_script: rm -rf $CARGO_HOME/registry/index