Skip to content

Commit

Permalink
Revert the MSRV increase to 1.45.0
Browse files Browse the repository at this point in the history
Verify MSRV compatibility the hard way, with a hard-coded Cargo.lock
file.
  • Loading branch information
asomers committed Oct 18, 2022
1 parent ca762bb commit 95f1307
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 10 deletions.
7 changes: 3 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ common: &COMMON
task:
name: MSRV
container:
image: rust:1.45.0
env:
# CARGO_NET_GIT_FETCH_WITH_CLI is only necessary with Rust 1.45
CARGO_NET_GIT_FETCH_WITH_CLI: true
image: rust:1.42.0
setup_script:
cp Cargo.lock.ci Cargo.lock
<< : *COMMON
before_cache_script: rm -rf $CARGO_HOME/registry/index

Expand Down
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [ Unreleased ] - ReleaseDate

### Changed

- Raised MSRV to 1.45.0 because futures-task did.
([#407](https://github.com/asomers/mockall/pull/407))

### Fixed

- Methods with a `where Self: ...` clause will now be mocked like concrete
Expand Down
Loading

0 comments on commit 95f1307

Please sign in to comment.