Skip to content

Commit 84b02b9

Browse files
bors[bot]rtzoeller
andauthored
Merge #1751
1751: Pin cross to 0.2.1, as 0.2.2 requires Rust 1.58.1 r=asomers a=rtzoeller Co-authored-by: Ryan Zoeller <[email protected]>
2 parents a45e9f8 + d0d48f2 commit 84b02b9

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
@@ -131,7 +131,7 @@ task:
131131
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
132132
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN
133133
- . $HOME/.cargo/env
134-
- cargo install cross
134+
- cargo install cross --version 0.2.1 # cross 0.2.2 bumped the MSRV to 1.58.1
135135
- cp Cargo.lock.msrv Cargo.lock
136136
<< : *TEST
137137
before_cache_script: rm -rf $CARGO_HOME/registry/index

0 commit comments

Comments
 (0)