Compare commits

...

6 Commits

Author SHA1 Message Date
Taiki Endo
301c163a06 kingfisher 2026-05-31 17:38:41 +00:00
Taiki Endo
e49978b799 Release 2.81.1 2026-05-31 17:38:40 +00:00
Taiki Endo
7a37f81460 Update cargo-semver-checks manifest 2026-06-01 02:28:34 +09:00
Taiki Endo
77ebca8299 Update cargo-no-dev-deps@latest to 0.2.24 2026-06-01 02:28:34 +09:00
Taiki Endo
266cf25587 Update cargo-hack@latest to 0.6.45 2026-06-01 02:28:34 +09:00
Taiki Endo
9ccf417bb2 codegen: Mark coreutils 0.9.0 as broken
Same as 14ee01d8e3 and
0bb270a59a.
2026-06-01 02:00:36 +09:00
6 changed files with 37 additions and 8 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.81.1] - 2026-05-31
- Update `cargo-no-dev-deps@latest` to 0.2.24.
- Update `cargo-hack@latest` to 0.6.45.
## [2.81.0] - 2026-05-31
- Support `convco`. ([#1831](https://github.com/taiki-e/install-action/pull/1831), thanks @graelo)
@@ -6718,7 +6724,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.81.0...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.81.1...HEAD
[2.81.1]: https://github.com/taiki-e/install-action/compare/v2.81.0...v2.81.1
[2.81.0]: https://github.com/taiki-e/install-action/compare/v2.80.0...v2.81.0
[2.80.0]: https://github.com/taiki-e/install-action/compare/v2.79.15...v2.80.0
[2.79.15]: https://github.com/taiki-e/install-action/compare/v2.79.14...v2.79.15

View File

@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
inputs:
tool:
description: Tools to install (whitespace or comma separated list)
required: true
# default: #publish:tool
required: false
default: kingfisher
checksum:
description: Whether to enable checksums (strongly discouraged to disable)
required: false

View File

@@ -2,10 +2,10 @@
"rust_crate": "cargo-hack",
"template": null,
"latest": {
"version": "0.6.44"
"version": "0.6.45"
},
"0.6": {
"version": "0.6.44"
"version": "0.6.45"
},
"0.6.45": {
"x86_64_linux_musl": {

View File

@@ -30,10 +30,10 @@
}
},
"latest": {
"version": "0.2.23"
"version": "0.2.24"
},
"0.2": {
"version": "0.2.23"
"version": "0.2.24"
},
"0.2.24": {
"x86_64_linux_musl": {

View File

@@ -20,6 +20,28 @@
"latest": {
"version": "0.47.0"
},
"0.48.0": {
"x86_64_linux_musl": {
"etag": "0x8DEBF214B367463",
"hash": "b95e7fdaad0d49a3c8e5986332f29fa03d001663e16ff428d9906fad00c4c11d"
},
"x86_64_macos": {
"etag": "0x8DEBF210CAD8D89",
"hash": "3ceb449af52955e96f96d2fafb528baa8b64f822e694a9a3bbf878665983696f"
},
"x86_64_windows": {
"etag": "0x8DEBF21D3C9FDF7",
"hash": "c91332f2e2ee18828d8044784ca3a255d23882e6a13e33ea744f3e388341691f"
},
"aarch64_linux_musl": {
"etag": "0x8DEBF21329C24EA",
"hash": "198a3a003e75c15cd143ad9e98f148f09e963d4a63649d690c6b4c0917400dfd"
},
"aarch64_macos": {
"etag": "0x8DEBF21106D628F",
"hash": "4ec2693d8d26126bde3d61dd99d4fb8b19a7e3908dea0283d5d4b58450a7dc80"
}
},
"0.47": {
"version": "0.47.0"
},

View File

@@ -6,7 +6,7 @@
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
"bin": "${package}-${version}-${rust_target}/${package}${exe}",
"version_range": ">= 0.1.0",
"broken": ["0.7.0", "0.8.0"],
"broken": ["0.7.0", "0.8.0", "0.9.0"],
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},