Skip to content

Commit

Permalink
Pin cross to 0.2.1, as 0.2.2 requires Rust 1.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Jul 17, 2022
1 parent 4e36069 commit bd64fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd64fd5

Please sign in to comment.