mirror of
https://github.com/taiki-e/install-action.git
synced 2026-06-01 04:36:19 +08:00
Compare commits
6 Commits
v2.81.0
...
kingfisher
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
301c163a06 | ||
|
|
e49978b799 | ||
|
|
7a37f81460 | ||
|
|
77ebca8299 | ||
|
|
266cf25587 | ||
|
|
9ccf417bb2 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
4
manifests/cargo-hack.json
generated
4
manifests/cargo-hack.json
generated
@@ -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": {
|
||||
|
||||
4
manifests/cargo-no-dev-deps.json
generated
4
manifests/cargo-no-dev-deps.json
generated
@@ -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": {
|
||||
|
||||
22
manifests/cargo-semver-checks.json
generated
22
manifests/cargo-semver-checks.json
generated
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user