Skip to content

Commit 0d91c90

Browse files
authored
Merge branch 'foresterre:main' into main
2 parents 6880f75 + 11de573 commit 0d91c90

File tree

7 files changed

+598
-207
lines changed

7 files changed

+598
-207
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: install_rust_nightly
1515
uses: dtolnay/rust-toolchain@master
1616
with:
17-
toolchain: nightly-2024-10-08
17+
toolchain: nightly-2025-03-12
1818

1919
- name: install_code_coverage_tool
2020
uses: taiki-e/install-action@cargo-llvm-cov

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ the [discussions section](https://github.com/foresterre/cargo-msrv/discussions).
1414

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

17+
## 0.18.3 - 2025-03-12
18+
19+
#### Infra
20+
21+
* Attempt to fix release pipeline for all binaries (license generation step failed)
22+
23+
## 0.18.2 - 2025-03-12
24+
25+
### Security
26+
27+
* Update transitive dependency `ring` to `>= 0.17.12` (Resolves RUSTSEC-2025-0009, `cargo-msrv` is unlikely to be affected)
28+
1729
## 0.18.1 - 2025-02-18
1830

1931
### Fixed

0 commit comments

Comments
 (0)