Compare commits

...

3 Commits

Author SHA1 Message Date
Taiki Endo
cb148fe1fc Release 2.56.6 2025-07-06 14:18:05 +09:00
Taiki Endo
95c7e0aefa Update cargo-llvm-cov@latest to 0.6.17 2025-07-06 14:15:11 +09:00
Taiki Endo
d86483f9ef Update cargo-udeps@latest to 0.1.57 2025-07-06 13:33:30 +09:00
3 changed files with 595 additions and 209 deletions

View File

@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.56.6] - 2025-07-06
- Update `cargo-llvm-cov@latest` to 0.6.17.
- Update `cargo-udeps@latest` to 0.1.57.
## [2.56.5] - 2025-07-06
- Update `cargo-semver-checks@latest` to 0.42.0.
@@ -4086,7 +4092,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.56.5...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.56.6...HEAD
[2.56.6]: https://github.com/taiki-e/install-action/compare/v2.56.5...v2.56.6
[2.56.5]: https://github.com/taiki-e/install-action/compare/v2.56.4...v2.56.5
[2.56.4]: https://github.com/taiki-e/install-action/compare/v2.56.3...v2.56.4
[2.56.3]: https://github.com/taiki-e/install-action/compare/v2.56.2...v2.56.3

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.6.16"
"version": "0.6.17"
},
"0.6": {
"version": "0.6.16"
"version": "0.6.17"
},
"0.6.17": {
"x86_64_linux_musl": {
"etag": "0x8DDBC48F6ECBBD5",
"checksum": "68002f4e33a316c4e378c506227f29a8f75e9f7cd701c950a6e98126bc634272"
},
"x86_64_macos": {
"etag": "0x8DDBC4903DB8158",
"checksum": "d25070f61cb5b512c2eb4d800809b9fb834b35cea685d2548fed84abe10112ee"
},
"x86_64_windows": {
"etag": "0x8DDBC4918E44619",
"checksum": "3c9e3874f8dc7720dda8ddecef530aa4821d1c3c6d401db8f5fb3c90a8b5d04a"
},
"aarch64_linux_musl": {
"etag": "0x8DDBC48F5986F62",
"checksum": "c7244f998e53db610e195e8e2419b9fc099a93e0ca9fdd037c3367d7088f3d18"
},
"aarch64_macos": {
"etag": "0x8DDBC494D5752E4",
"checksum": "ea91a9b2ad2b067ab2ad85b0197e0902bf06095b4e53435b86f2b3705eb26a18"
}
},
"0.6.16": {
"x86_64_linux_musl": {

File diff suppressed because it is too large Load Diff