mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 02:20:22 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ef81fdf44 | ||
|
|
1946683e96 | ||
|
|
8e7c8b4092 | ||
|
|
568087808f | ||
|
|
cf2d7f1118 | ||
|
|
d502f7123e | ||
|
|
1793b9c55f | ||
|
|
5be08121a6 | ||
|
|
b339ca51f3 |
22
CHANGELOG.md
22
CHANGELOG.md
@@ -10,6 +10,22 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.26.2] - 2024-01-24
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.3.
|
||||
|
||||
## [2.26.1] - 2024-01-24
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.9.
|
||||
|
||||
## [2.26.0] - 2024-01-24
|
||||
|
||||
- Support `cargo-sort`. ([#344](https://github.com/taiki-e/install-action/pull/344), thanks @jhpratt)
|
||||
|
||||
## [2.25.11] - 2024-01-23
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.8.
|
||||
|
||||
## [2.25.10] - 2024-01-22
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.7.
|
||||
@@ -1661,7 +1677,11 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.25.10...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.2...HEAD
|
||||
[2.26.2]: https://github.com/taiki-e/install-action/compare/v2.26.1...v2.26.2
|
||||
[2.26.1]: https://github.com/taiki-e/install-action/compare/v2.26.0...v2.26.1
|
||||
[2.26.0]: https://github.com/taiki-e/install-action/compare/v2.25.11...v2.26.0
|
||||
[2.25.11]: https://github.com/taiki-e/install-action/compare/v2.25.10...v2.25.11
|
||||
[2.25.10]: https://github.com/taiki-e/install-action/compare/v2.25.9...v2.25.10
|
||||
[2.25.9]: https://github.com/taiki-e/install-action/compare/v2.25.8...v2.25.9
|
||||
[2.25.8]: https://github.com/taiki-e/install-action/compare/v2.25.7...v2.25.8
|
||||
|
||||
@@ -94,6 +94,7 @@ https://spdx.org/licenses
|
||||
| [**cargo-minimal-versions**](https://github.com/taiki-e/cargo-minimal-versions) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-minimal-versions/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-minimal-versions/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-minimal-versions/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-no-dev-deps**](https://github.com/taiki-e/cargo-no-dev-deps) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-no-dev-deps/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-no-dev-deps/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-no-dev-deps/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-rdme**](https://github.com/orium/cargo-rdme) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/orium/cargo-rdme/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/orium/cargo-rdme/blob/master/LICENSE.md) |
|
||||
| [**cargo-sort**](https://github.com/DevinR528/cargo-sort) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/DevinR528/cargo-sort/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/DevinR528/cargo-sort/blob/55ec89082466f6bb246d870a8d56d166a8e1f08b/Cargo.toml#L5) |
|
||||
| [**cargo-tarpaulin**](https://github.com/xd009642/tarpaulin) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/xd009642/tarpaulin/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE) OR [MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) |
|
||||
| [**cargo-udeps**](https://github.com/est31/cargo-udeps) | `$CARGO_HOME/bin` | [GitHub Release](https://github.com/est31/cargo-udeps/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/HEAD/LICENSE) |
|
||||
| [**cargo-valgrind**](https://github.com/jfrimmel/cargo-valgrind) | `$CARGO_HOME/bin` | [GitHub Release](https://github.com/jfrimmel/cargo-valgrind/releases) | Linux, macOS, Windows | [MIT](https://github.com/jfrimmel/cargo-valgrind/blob/HEAD/LICENSE-MIT) or [Apache-2.0](https://github.com/jfrimmel/cargo-valgrind/blob/HEAD/LICENSE-APACHE) |
|
||||
|
||||
32
manifests/cargo-deny.json
generated
32
manifests/cargo-deny.json
generated
@@ -19,10 +19,38 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.14.7"
|
||||
"version": "0.14.9"
|
||||
},
|
||||
"0.14": {
|
||||
"version": "0.14.7"
|
||||
"version": "0.14.9"
|
||||
},
|
||||
"0.14.9": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "39c05967ad5e15f1dcc5b0add184d5fa05de717daaf7cc7dfe222f92021c5364"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ccaf3dc020d0b30b4b85f11631f8a5184b1a4f9912ed0e14174f73f4e06ee4e3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "30f58453447249c994c8943204616ea58b8fad5654718dddd6a12ec8cb004956"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "8d2c0c305502158be6351561c6d358a97f7c273a7898e2a5c5690910a823f467"
|
||||
}
|
||||
},
|
||||
"0.14.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "d6544fc7f3fd3aad1a3e40cb2ddc725266a11a9005d011000b9eda566669446f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "6c18e6e3f369e42596ac0a6e9db83b3b40538d9eff9ede7b9fd0070bf2393708"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "ebc5aeef9c4856f726cf5c59c8dfd1d7f3f57244119ddd6a7ba1dfdf6dda4c3b"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "802189bf886d8e4ab08ed500563958b3f22ede51478b921c3f6896822711e7af"
|
||||
}
|
||||
},
|
||||
"0.14.7": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
21
manifests/cargo-llvm-cov.json
generated
21
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.6.2"
|
||||
"version": "0.6.3"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.2"
|
||||
"version": "0.6.3"
|
||||
},
|
||||
"0.6.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "9a90036a649398525bdb43cd3d9442cd73e8ee182561cf487c8e686c7c610e1b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "9da061e9c5b97b9411e6b48d5153f245a8aed8de149cbb307d74de214b88c813"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7ba076d110b9d9c86ccec51a3e5df6bbc8aebfb5730633ada421848ed4eea8e6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "727a85fc67121ce68d6351f0767305cd0299539fedc17e2cc72fa11839be38d0"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "0cb3aefd698f833a526fe7a55e321750857cde3e357ba4d43e34e5f5556fb43e"
|
||||
}
|
||||
},
|
||||
"0.6.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
78
manifests/cargo-sort.json
generated
Normal file
78
manifests/cargo-sort.json
generated
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"rust_crate": "cargo-sort",
|
||||
"template": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-x86_64-unknown-linux-gnu.tar.gz"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-x86_64-apple-darwin.tar.gz"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-x86_64-pc-windows-msvc.zip"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.0.9"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.0.9"
|
||||
},
|
||||
"1.0": {
|
||||
"version": "1.0.9"
|
||||
},
|
||||
"1.0.9": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "e7ad1db1b20e0a382f6a77ba3725fdfdf939e6f14d7de6a021b5c38113723186"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "fa6d5fa6281e0a2f930ef8dbadc88408bd209379b21b96c9525e25adc2f720b1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "163494e1df9ebedb92d9600986d77497b32809df752ef2667859bd029032c1aa"
|
||||
}
|
||||
},
|
||||
"1.0.8": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "c6f1c50292835a00b51c5576a9289dae8a3ef319d6f16df9af97536251227c88"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "746d914cc4ce825b9ab0dd96b5121298883000580350cd681798ff3f1d966541"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "a6bea6439e933c2b012b015ccf052519879f5c5837274ddcd6d21dda8ca48a78"
|
||||
}
|
||||
},
|
||||
"1.0.7": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "b9ac1726277f3375344354f7b6af35fd068189af3ebf233b0f1a953100e6b934"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "02b4111c44e2d0d898b77cdb265b98bb4c78da93ec6f73ce896a458786df6470"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "e624d3e04b79a4f88774101358a9ba6cf0c50e852785f4b5925cd3c9ca7fd41e"
|
||||
}
|
||||
},
|
||||
"1.0.6": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "21e7d09f6ac6481a7b2643dc654fc07a496a12720d58619b7ba071055e0c5a2e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "fa235d7a566b454c696922f972853cb3a8b37f5c2d08106a5431751f44e194b0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "85cba2de979f7c7b26a710f9fdbedab782966781ebd35e4f1b5e493bc60e40a8"
|
||||
}
|
||||
},
|
||||
"1.0.5": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "a1470cd446b602ea6aa5b3d4782f3cb49aac15d5ae68e797ed80da947c608fbc"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "df32404cd5da6a15675ce3980a1633d27b83e08362d7250d76807f344cfb37f1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "d56044541234fb8709ef9be6ed1e767c7b242a022f9891a40d0fc73ffdc80626"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,6 +10,7 @@ glibc_pre_2_34_incompat=(
|
||||
)
|
||||
glibc_pre_2_31_incompat=(
|
||||
"${glibc_pre_2_34_incompat[@]}"
|
||||
cargo-sort
|
||||
zola
|
||||
)
|
||||
glibc_pre_2_27_incompat=(
|
||||
|
||||
14
tools/codegen/base/cargo-sort.json
Normal file
14
tools/codegen/base/cargo-sort.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"repository": "https://github.com/DevinR528/cargo-sort",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}.tar.gz",
|
||||
"version_range": "> 1.0.5",
|
||||
"platform": {
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-${rust_target}.zip"
|
||||
},
|
||||
"x86_64_linux_gnu": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user