Skip to content

Commit

Permalink
Merge pull request #1054 from foresterre/release/0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre authored Nov 11, 2024
2 parents 1b6a7f3 + a5e201e commit 7988548
Show file tree
Hide file tree
Showing 6 changed files with 362 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
tool: cargo-binstall
- name: install_cargo_msrv_bin
run: cargo binstall --version 0.16.2 --no-confirm cargo-msrv
run: cargo binstall --no-confirm cargo-msrv
- name: version_of_cargo_msrv
run: cargo msrv --version
- name: run_cargo_msrv
Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ the [discussions section](https://github.com/foresterre/cargo-msrv/discussions).

## Unreleased

## [0.16.3] - 2024-11-11

### Added

* Added `--workspace`, `--all`, `--package` and `--exclude` CLI options for package selection when in a Cargo project (
with limited workspace support for now)
* Added `--workspace`, `--all`, `--package` and `--exclude` CLI options for package selection when in a Cargo project
(currently, limitations apply to support for Cargo workspaces)
* `cargo msrv find --write-msrv` is now aliased by `cargo msrv find --set`, which is consistent in terminology with
`cargo msrv set`

Expand All @@ -23,7 +25,9 @@ the [discussions section](https://github.com/foresterre/cargo-msrv/discussions).

### Known issues

* Installing toolchains on GitHub Actions can fail for the windows runner (#1036)
* Installing toolchains on GitHub Actions can fail for the windows runner (see #1036)

[0.16.3]: https://github.com/foresterre/cargo-msrv/compare/v0.16.2...v0.16.3

## [0.16.2] - 2024-10-10

Expand Down
Loading

0 comments on commit 7988548

Please sign in to comment.