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 a45e9f8 commit d0d48f2Copy full SHA for d0d48f2
.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 $TOOLCHAIN
133
- . $HOME/.cargo/env
134
- - cargo install cross
+ - cargo install cross --version 0.2.1 # cross 0.2.2 bumped the MSRV to 1.58.1
135
- cp Cargo.lock.msrv Cargo.lock
136
<< : *TEST
137
before_cache_script: rm -rf $CARGO_HOME/registry/index
0 commit comments