Skip to content

Commit 1eb589f

Browse files
bors[bot]asomers
andauthored
Merge #1810
1810: Eliminate Cargo.lock.msrv r=rtzoeller a=asomers We no longer need it since updating our MSRV to 1.56.1. Issue #1809 Co-authored-by: Alan Somers <[email protected]>
2 parents aa3ee6b + 29f4d52 commit 1eb589f

File tree

2 files changed

+0
-371
lines changed

2 files changed

+0
-371
lines changed

.cirrus.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ task:
5656
- . $HOME/.cargo/env
5757
- rustup target add i686-unknown-freebsd
5858
- rustup component add --toolchain $TOOLCHAIN clippy
59-
- cp Cargo.lock.msrv Cargo.lock
6059
<< : *TEST
6160
i386_test_script:
6261
- . $HOME/.cargo/env
@@ -80,7 +79,6 @@ task:
8079
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN
8180
- . $HOME/.cargo/env
8281
- rustup component add --toolchain $TOOLCHAIN clippy
83-
- cp Cargo.lock.msrv Cargo.lock
8482
<< : *TEST
8583
before_cache_script: rm -rf $CARGO_HOME/registry/index
8684

@@ -134,7 +132,6 @@ task:
134132
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN
135133
- . $HOME/.cargo/env
136134
- cargo install cross --version 0.2.1 # cross 0.2.2 bumped the MSRV to 1.58.1
137-
- cp Cargo.lock.msrv Cargo.lock
138135
<< : *TEST
139136
before_cache_script: rm -rf $CARGO_HOME/registry/index
140137

@@ -160,7 +157,6 @@ task:
160157
setup_script:
161158
- rustup target add $TARGET
162159
- rustup component add clippy
163-
- cp Cargo.lock.msrv Cargo.lock
164160
<< : *TEST
165161
before_cache_script: rm -rf $CARGO_HOME/registry/index
166162

@@ -249,7 +245,6 @@ task:
249245
- rustup target add $TARGET
250246
- rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET
251247
- rustup component add --toolchain $TOOLCHAIN clippy
252-
- cp Cargo.lock.msrv Cargo.lock
253248
<< : *BUILD
254249
before_cache_script: rm -rf $CARGO_HOME/registry/index
255250

0 commit comments

Comments
 (0)