Skip to content

Commit bd64fd5

Browse files
committed
Pin cross to 0.2.1, as 0.2.2 requires Rust 1.58.1
1 parent 4e36069 commit bd64fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ task:
122122
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
123123
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN
124124
- . $HOME/.cargo/env
125-
- cargo install cross
125+
- cargo install cross --version 0.2.1 # cross 0.2.2 bumped the MSRV to 1.58.1
126126
- cp Cargo.lock.msrv Cargo.lock
127127
<< : *TEST
128128
before_cache_script: rm -rf $CARGO_HOME/registry/index

0 commit comments

Comments
 (0)