We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e36069 commit bd64fd5Copy full SHA for bd64fd5
.cirrus.yml
@@ -122,7 +122,7 @@ task:
122
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
123
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN
124
- . $HOME/.cargo/env
125
- - cargo install cross
+ - cargo install cross --version 0.2.1 # cross 0.2.2 bumped the MSRV to 1.58.1
126
- cp Cargo.lock.msrv Cargo.lock
127
<< : *TEST
128
before_cache_script: rm -rf $CARGO_HOME/registry/index
0 commit comments