Skip to content

Commit

Permalink
docs: Add fixed behaviour of using compilation target instead of buil…
Browse files Browse the repository at this point in the history
…d machine target for MSRV checks to changelog
  • Loading branch information
foresterre committed Nov 12, 2023
1 parent 71ba36b commit d2e571f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ the [issue tracker](https://github.com/foresterre/cargo-msrv/issues), or open a
* `cargo-msrv` now requires paths to be UTF-8.
* `--write-msrv` now writes two, instead of three component version numbers .


#### Infra

* Changed release artifact name of `cargo-msrv` packages on Github, such that they can be installed with `cargo-binstall` out of the box.
Expand All @@ -41,6 +40,7 @@ the [issue tracker](https://github.com/foresterre/cargo-msrv/issues), or open a
* The program will no longer return an unformatted message when a command failed and the output format was set to json.
* Fix issue where reading the fallback MSRV from a TOML inline table was not possible.
* Fix an index out-of-bounds panic which occurred if the filtered Rust releases search space was empty
* Use compilation target instead of build machine target for MSRV checks

### Removed

Expand Down Expand Up @@ -70,7 +70,7 @@ This release does not contain user-facing changes, hence the lack of changelog e
### Changed

* ⚠️ Breaking change: Changed default cargo-msrv (find) check command from `cargo check --all` to `cargo check`.
* Revert to the old behaviour by running cargo-msrv with a custom check command: `cargo msrv -- cargo check --all`.
* To revert to the old behaviour, run cargo-msrv with the following custom check command: `cargo msrv -- cargo check --all`.

### Removed

Expand Down

0 comments on commit d2e571f

Please sign in to comment.