Skip to content

Commit

Permalink
Merge #1810
Browse files Browse the repository at this point in the history
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 <asomers@gmail.com>
  • Loading branch information
bors[bot] and asomers committed Aug 26, 2022
2 parents aa3ee6b + 29f4d52 commit 1eb589f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 371 deletions.
5 changes: 0 additions & 5 deletions .cirrus.yml
Expand Up @@ -56,7 +56,6 @@ task:
- . $HOME/.cargo/env
- rustup target add i686-unknown-freebsd
- rustup component add --toolchain $TOOLCHAIN clippy
- cp Cargo.lock.msrv Cargo.lock
<< : *TEST
i386_test_script:
- . $HOME/.cargo/env
Expand All @@ -80,7 +79,6 @@ task:
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN
- . $HOME/.cargo/env
- rustup component add --toolchain $TOOLCHAIN clippy
- cp Cargo.lock.msrv Cargo.lock
<< : *TEST
before_cache_script: rm -rf $CARGO_HOME/registry/index

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

Expand All @@ -160,7 +157,6 @@ task:
setup_script:
- rustup target add $TARGET
- rustup component add clippy
- cp Cargo.lock.msrv Cargo.lock
<< : *TEST
before_cache_script: rm -rf $CARGO_HOME/registry/index

Expand Down Expand Up @@ -249,7 +245,6 @@ task:
- rustup target add $TARGET
- rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET
- rustup component add --toolchain $TOOLCHAIN clippy
- cp Cargo.lock.msrv Cargo.lock
<< : *BUILD
before_cache_script: rm -rf $CARGO_HOME/registry/index

Expand Down

0 comments on commit 1eb589f

Please sign in to comment.