Compare commits

...

3 Commits

Author SHA1 Message Date
Taiki Endo
2f8caf5818 Release 2.45.9 2024-11-30 00:43:12 +09:00
Taiki Endo
e40b8ce48c Update cargo-tarpaulin@latest to 0.31.3 2024-11-30 00:12:11 +09:00
Taiki Endo
40d58ef19c Update cargo-binstall@latest to 1.10.15 2024-11-29 21:17:49 +09:00
3 changed files with 46 additions and 17 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.45.9] - 2024-11-29
- Update `cargo-tarpaulin@latest` to 0.31.3.
- Update `cargo-binstall@latest` to 1.10.15.
## [2.45.8] - 2024-11-28
- Update `cargo-deny@latest` to 0.16.3.
@@ -3128,7 +3134,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.45.8...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.45.9...HEAD
[2.45.9]: https://github.com/taiki-e/install-action/compare/v2.45.8...v2.45.9
[2.45.8]: https://github.com/taiki-e/install-action/compare/v2.45.7...v2.45.8
[2.45.7]: https://github.com/taiki-e/install-action/compare/v2.45.6...v2.45.7
[2.45.6]: https://github.com/taiki-e/install-action/compare/v2.45.5...v2.45.6

View File

@@ -22,32 +22,32 @@
},
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
"latest": {
"version": "1.10.14"
"version": "1.10.15"
},
"1.10.14": {
"1.10.15": {
"x86_64_linux_musl": {
"etag": "0x8DD0B84B02EDDEC",
"checksum": "e1a045ccac90f4a18cb5e9bd79fe5016d50edba16242a767dbcf4a07d4de040e"
"etag": "0x8DD106813D3D480",
"checksum": "f333f552699e76e8fe570da6fb928c273c0c2d14e0955f6b79f7f59eb932ba73"
},
"x86_64_macos": {
"etag": "0x8DD0B842EA0757C",
"checksum": "79db7b7677916d04e91537eabb381cac6f850ad626ac9f9a4a98bb04af033123"
"etag": "0x8DD10679D527CA5",
"checksum": "3ed0f522bb26d7db0daa05ee72707b5b410d1764740a67fe2ca7bb8ff6901278"
},
"x86_64_windows": {
"etag": "0x8DD0B84FEDF1757",
"checksum": "a7c112428da6b384356e564889164ec4e24071885730139a76c5271a85273b55"
"etag": "0x8DD1068D66EC65B",
"checksum": "d089cb43dcfbc6b2693e2ddf31f8b36694f02902ccedd8ad182482740fc5bc90"
},
"aarch64_linux_musl": {
"etag": "0x8DD0B84329F3056",
"checksum": "845998eec64a373f92c95c1236219b8a192a2a833817122d1b2bf36af25668f0"
"etag": "0x8DD106793C8D47F",
"checksum": "b44c167a2520701f1888e03d7b7355617926278e24e792eeb264333e94b6ae5a"
},
"aarch64_macos": {
"etag": "0x8DD0B84612A05D7",
"checksum": "a0e0c7d7bfa0e18c89047ae8f095dfe2eb3d6947125733383203055c1bb2211b"
"etag": "0x8DD10683834D30E",
"checksum": "0afb56acd834d7b0bc9a5293963da04abe48923d90f374bed98068b313a48f2c"
},
"aarch64_windows": {
"etag": "0x8DD0B851F4EEC37",
"checksum": "ce00a1ef088b2441d78dd02053225b958ca4c9dccf40c427405c63bf471e00c1"
"etag": "0x8DD1068923353C5",
"checksum": "03e19dad753e5a2cfd8ada57e55c05e9aabc839a54ae52b01c34a092e12bbf60"
}
}
}

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
"latest": {
"version": "0.31.2"
"version": "0.31.3"
},
"0.31": {
"version": "0.31.2"
"version": "0.31.3"
},
"0.31.3": {
"x86_64_linux_musl": {
"etag": "0x8DD10875FE4FC45",
"checksum": "405326d49e27ae21e11cbf233d8b4f617c010e6c2b0a69700afb8080639c4e98"
},
"x86_64_macos": {
"etag": "0x8DD1087002A0C02",
"checksum": "a906e48e91a1c550d77354e363c086ee424d25e9d426df10d0e2fbfbc83135b7"
},
"x86_64_windows": {
"etag": "0x8DD10877A55779E",
"checksum": "a1de43f98aa5ccff1bc277ec884fe9fd9d6a62a9c21b8fe2101674cfedaa1870"
},
"aarch64_linux_musl": {
"etag": "0x8DD10873074ABA6",
"checksum": "dd7f030e29535cf461e4c039e41934f47db44fd5c669be599bd58340f5cced8f"
},
"aarch64_macos": {
"etag": "0x8DD1086F4765747",
"checksum": "fe9d5557c3b5367738b0de441f6df5f29e547e67921fd888431b2324f68cad49"
}
},
"0.31.2": {
"x86_64_linux_musl": {