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 4708cd5 commit 94a3745Copy full SHA for 94a3745
.cirrus.yml
@@ -131,7 +131,7 @@ task:
131
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
132
- sh rustup.sh -y --profile=minimal --default-toolchain $MSRV
133
- . $HOME/.cargo/env
134
- - cargo install cross --version 0.2.1 # cross 0.2.2 bumped the MSRV to 1.58.1
+ - cargo install cross --version 0.2.1 --locked # cross 0.2.2 bumped the MSRV to 1.58.1
135
<< : *TEST
136
before_cache_script: rm -rf $CARGO_HOME/registry/index
137
0 commit comments