mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 02:20:22 +00:00
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f9ab74041 | ||
|
|
1cb7ee8549 | ||
|
|
f4e81d0b8f | ||
|
|
bb006b6f1b | ||
|
|
9448815031 | ||
|
|
6fc7a8306e | ||
|
|
254997108a | ||
|
|
f8cedcbbda | ||
|
|
57fbff3bfb | ||
|
|
900d5c4607 | ||
|
|
2b8d4e021f | ||
|
|
3bce245790 | ||
|
|
26a2a392a9 | ||
|
|
00e0dd5497 | ||
|
|
a1f180f99a | ||
|
|
98a2b35a38 | ||
|
|
a5d02b8e9b | ||
|
|
09b05f94d5 | ||
|
|
14fbfa9056 | ||
|
|
525c724fc8 | ||
|
|
94ee00d802 |
3
.github/.cspell/organization-dictionary.txt
vendored
3
.github/.cspell/organization-dictionary.txt
vendored
@@ -57,6 +57,7 @@ gnuspe
|
||||
gnux
|
||||
illumos
|
||||
imac
|
||||
imafc
|
||||
libnx
|
||||
loongarch
|
||||
macabi
|
||||
@@ -99,6 +100,7 @@ builtins
|
||||
bytecount
|
||||
canonicalize
|
||||
cfgs
|
||||
compat
|
||||
concat
|
||||
ctypes
|
||||
dealloc
|
||||
@@ -108,6 +110,7 @@ doctests
|
||||
hasher
|
||||
idents
|
||||
impls
|
||||
incompat
|
||||
inlateout
|
||||
intrinsics
|
||||
lateout
|
||||
|
||||
1
.github/.cspell/project-dictionary.txt
vendored
1
.github/.cspell/project-dictionary.txt
vendored
@@ -8,7 +8,6 @@ enablerepo
|
||||
endgroup
|
||||
epel
|
||||
grcov
|
||||
incompat
|
||||
linkcheck
|
||||
mdbook
|
||||
microdnf
|
||||
|
||||
48
CHANGELOG.md
48
CHANGELOG.md
@@ -10,6 +10,44 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.23.0] - 2023-12-23
|
||||
|
||||
- Support `cargo-export`. ([#312](https://github.com/taiki-e/install-action/pull/312), thanks @bazhenov)
|
||||
|
||||
## [2.22.10] - 2023-12-21
|
||||
|
||||
- Update `syft@latest` to 0.99.0.
|
||||
|
||||
## [2.22.9] - 2023-12-21
|
||||
|
||||
- Update `wasmtime@latest` to 16.0.0.
|
||||
|
||||
## [2.22.8] - 2023-12-20
|
||||
|
||||
- Update `just@latest` to 1.17.0.
|
||||
|
||||
## [2.22.7] - 2023-12-19
|
||||
|
||||
- Update `zola@latest` to 0.18.0.
|
||||
|
||||
## [2.22.6] - 2023-12-18
|
||||
|
||||
- Update `dprint@latest` to 0.44.0.
|
||||
|
||||
## [2.22.5] - 2023-12-16
|
||||
|
||||
- Update `cargo-no-dev-deps@latest` to 0.2.9.
|
||||
|
||||
- Update `cargo-minimal-versions@latest` to 0.1.23.
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.39.
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.15.
|
||||
|
||||
## [2.22.4] - 2023-12-16
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.4.8.
|
||||
|
||||
## [2.22.3] - 2023-12-16
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.5.
|
||||
@@ -1507,7 +1545,15 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.3...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.23.0...HEAD
|
||||
[2.23.0]: https://github.com/taiki-e/install-action/compare/v2.22.10...v2.23.0
|
||||
[2.22.10]: https://github.com/taiki-e/install-action/compare/v2.22.9...v2.22.10
|
||||
[2.22.9]: https://github.com/taiki-e/install-action/compare/v2.22.8...v2.22.9
|
||||
[2.22.8]: https://github.com/taiki-e/install-action/compare/v2.22.7...v2.22.8
|
||||
[2.22.7]: https://github.com/taiki-e/install-action/compare/v2.22.6...v2.22.7
|
||||
[2.22.6]: https://github.com/taiki-e/install-action/compare/v2.22.5...v2.22.6
|
||||
[2.22.5]: https://github.com/taiki-e/install-action/compare/v2.22.4...v2.22.5
|
||||
[2.22.4]: https://github.com/taiki-e/install-action/compare/v2.22.3...v2.22.4
|
||||
[2.22.3]: https://github.com/taiki-e/install-action/compare/v2.22.2...v2.22.3
|
||||
[2.22.2]: https://github.com/taiki-e/install-action/compare/v2.22.1...v2.22.2
|
||||
[2.22.1]: https://github.com/taiki-e/install-action/compare/v2.22.0...v2.22.1
|
||||
|
||||
@@ -86,6 +86,7 @@ https://spdx.org/licenses
|
||||
| [**cargo-careful**](https://github.com/RalfJung/cargo-careful) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/RalfJung/cargo-careful/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/RalfJung/cargo-careful/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/RalfJung/cargo-careful/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-deny**](https://github.com/EmbarkStudios/cargo-deny) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/EmbarkStudios/cargo-deny/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/EmbarkStudios/cargo-deny/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-dinghy**](https://github.com/sonos/dinghy) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sonos/dinghy/releases) | Linux, macOS | [Apache-2.0](https://github.com/sonos/dinghy/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/sonos/dinghy/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-export**](https://github.com/bazhenov/cargo-export) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bazhenov/cargo-export/releases) | Linux, macOS, Windows | [MIT](https://github.com/bazhenov/cargo-export/blob/HEAD/LICENSE) |
|
||||
| [**cargo-hack**](https://github.com/taiki-e/cargo-hack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-hack/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-llvm-cov**](https://github.com/taiki-e/cargo-llvm-cov) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-llvm-cov/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-machete**](https://github.com/bnjbvr/cargo-machete) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bnjbvr/cargo-machete/releases) | Linux, macOS, Windows | [MIT](https://github.com/bnjbvr/cargo-machete/blob/HEAD/LICENSE.md) |
|
||||
|
||||
16
manifests/cargo-binstall.json
generated
16
manifests/cargo-binstall.json
generated
@@ -21,26 +21,26 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.4.7"
|
||||
"version": "1.4.8"
|
||||
},
|
||||
"1.4.7": {
|
||||
"1.4.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "fe7482b15b733b0804c3baceb22f3d2408d6a55e79baca1be9a57e9fef193d08"
|
||||
"checksum": "e7921ca08449a5464248a65985a91d137e795637c1eafef253ac4bac68ef4384"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "f6ace74bbf060329a967049acc407e7d2cb67a08e00f842e069e561ddeff163b"
|
||||
"checksum": "89b717f16f5b95387e2599bc251177ce44bdd49532f943373d8fc8b4e8365820"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "17b587da2575b509759a3620d8c2bbb40520c42fa4d88b5812f432f887620b62"
|
||||
"checksum": "39e7440b653388026973bc3eddf77c7186382d1d28f02262ecd37f40a2d8579b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "47f737c31ddebad7288e05a63f4ecad5e8a3fcc5a9d23d75cbd9dccd05d079b5"
|
||||
"checksum": "0dab5d1c6cad85f4f7c9734527263e31994b14a9b3086fe013babb92ad3dc733"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "5395edc6b3b6b68f6f46bdadc53485b300e2798febadddbf92ebc5b41123e392"
|
||||
"checksum": "a1694cdd75e5f988bbed5c9ccf601dfcffc729992c4468f53d8ab869bab28a3d"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "6721f4a2ffb2ed128ef6c15f4ce417b6127ad963aa7ae0c7b6139230c33539ea"
|
||||
"checksum": "20dd7c72eaae5abbc8095ffef4f59d9e7b3760f5f8ebf977579fa94d14ead565"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
63
manifests/cargo-export.json
generated
Normal file
63
manifests/cargo-export.json
generated
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"rust_crate": "cargo-export",
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/bazhenov/cargo-export/releases/download/v${version}/cargo-export-v${version}-x86_64-unknown-linux-musl.tar.gz",
|
||||
"bin": "cargo-export-v${version}-x86_64-unknown-linux-musl/bin/cargo-export"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bazhenov/cargo-export/releases/download/v${version}/cargo-export-v${version}-x86_64-apple-darwin.tar.gz",
|
||||
"bin": "cargo-export-v${version}-x86_64-apple-darwin/bin/cargo-export"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bazhenov/cargo-export/releases/download/v${version}/cargo-export-v${version}-x86_64-pc-windows-msvc.tar.gz",
|
||||
"bin": "cargo-export-v${version}-x86_64-pc-windows-msvc/bin/cargo-export.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bazhenov/cargo-export/releases/download/v${version}/cargo-export-v${version}-aarch64-apple-darwin.tar.gz",
|
||||
"bin": "cargo-export-v${version}-aarch64-apple-darwin/bin/cargo-export"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.2.5"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.5"
|
||||
},
|
||||
"0.2.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "eda03e2665396f156f32facb1ebc37e92cef359fdff25e50b0393e4e81483d65"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ed10c42a43d5d576fe48ddaad6a3531f0f3e9c4229d7b8f802c5c381054986a5"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "79eaee7a619772cfafbfdf4ce3df689fd3db628375ad1cd7f63bc47202a4f76f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "ed4b04d2efb4913d5e354cf0563916f83fdd71aaa751b3ecb0f2ee746929be94"
|
||||
}
|
||||
},
|
||||
"0.2.4": {
|
||||
"x86_64_macos": {
|
||||
"checksum": "f0bdca8ae6b8d4168eb3e0852049c94f77baf22a78135391e8a968edab456d95"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "39264472a09f21d8452204d1d5a955c4b7ad8f59c68b226653cd621a7b689c36"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "801fbdbcce1ab7a7cce44a0bafe15c66f43751263ae9536668c5fce911cebed8"
|
||||
}
|
||||
},
|
||||
"0.2.3": {
|
||||
"x86_64_macos": {
|
||||
"checksum": "cccbf3f1df341e7a62521141f295e857ad1fbe8b81406a1666affd1659fa2244"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "96baaa1564f4e89089e1f13cc33a68c401267e63917cb8ba43be93f323d71ca8"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "fca4aef395fe08ad313aa06cc6a14de11a6ae3432d78511a259ff2c7e3d81b8c"
|
||||
}
|
||||
}
|
||||
}
|
||||
30
manifests/cargo-hack.json
generated
30
manifests/cargo-hack.json
generated
@@ -2,10 +2,36 @@
|
||||
"rust_crate": "cargo-hack",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.6.14"
|
||||
"version": "0.6.15"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.14"
|
||||
"version": "0.6.15"
|
||||
},
|
||||
"0.6.15": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "1d012b9239b8aaf427f217fee25aa4d18525d0bc9061db37e636f03a1fd1fee7"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "b4b834bf4029640272e9476b97f12fc987c8066163757e5a3e45397a10133cbb"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "3c008dff15f81bc99a58c1b3bd436c5421cecf8260840c3865c7b705e484d48a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "71aed71dbb3260b379d4857aa6b879e6b9953d3b19c6994b42a6df6eaa3cc2c3"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "b9095579a25142170de956e48efa984186332ec9d957b8a6f9858eabecb444b3"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "d46438ac02e154c9de8ec2dc5537951ef1c1c1dfb99c4f52dee3c7f2eca2e034"
|
||||
}
|
||||
},
|
||||
"0.6.14": {
|
||||
"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.5.38"
|
||||
"version": "0.5.39"
|
||||
},
|
||||
"0.5": {
|
||||
"version": "0.5.38"
|
||||
"version": "0.5.39"
|
||||
},
|
||||
"0.5.39": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "e2411273e3151383432ec3f7fa1dea89628c9396a4b2077a3cd2ef0adb217a40"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "683c5fffab903cdac56c3baa0d319bbedb8983ec69c5839116caed1ffef176a0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "2ad67e0a14c1ce7d105127bb1358249b2d578caa2c9c4c70aa4e512eaff4f8a9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "b996cc9ad2979fb8e616ecb37be0dc27c5ed00df52ca7b8e24a3a9d9cfd7029a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "22042580bcf6797f92a1e458cd03bc98c107adf9c47b39af2d021309b263ff60"
|
||||
}
|
||||
},
|
||||
"0.5.38": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/cargo-minimal-versions.json
generated
24
manifests/cargo-minimal-versions.json
generated
@@ -21,10 +21,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.1.22"
|
||||
"version": "0.1.23"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.22"
|
||||
"version": "0.1.23"
|
||||
},
|
||||
"0.1.23": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "2f4489387658ff112cdb44844a7272aabac64d9aa3477ef5b297991ee5c74171"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "cdadc109c5c51a155d10ed627a284efb09949a7149717c33fe3e6243bc28b7ab"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "3ea7c84ac4d7de49fcdd8114997542663d835b167cb66b016e5e13e76770878b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "9479643f35409317eec70f775d9201eee0a78e2e6f6a589c8e19dafdfa1e65df"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "434293117d2efb1721fe794915418dd6865213710a9197894d5a91058b798d82"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "3cfbb31deb764336dab488e1e11949ebe5e158bf3454940e909461a79d103a15"
|
||||
}
|
||||
},
|
||||
"0.1.22": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/cargo-no-dev-deps.json
generated
24
manifests/cargo-no-dev-deps.json
generated
@@ -21,10 +21,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.2.8"
|
||||
"version": "0.2.9"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.8"
|
||||
"version": "0.2.9"
|
||||
},
|
||||
"0.2.9": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "7d0ac6d8d850c5ea45f90d9c5d8b2c9c753928e3794661c27faff205fb8c2603"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "d4feacc15a40e99b71c0e9ca2f4611cf6f95ff78dd92f423c5d8c76640d03161"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "d78415bcf815513946b22cff10030a49e43626614edce80073188f83e5cac832"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "6b8cc624be49466a12c917ecc2c1c1ad175b3910f3dfe04059c14636d4dcc441"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "23328e114992d0ba1987692d27ac22df355bf3fd6a23ff27147f188d60abdd3a"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "8159c0a99fc16307e53ff2b487858e4c0bcd0600286cff28e7c81fbef7684266"
|
||||
}
|
||||
},
|
||||
"0.2.8": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
22
manifests/dprint.json
generated
22
manifests/dprint.json
generated
@@ -24,7 +24,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.43.2"
|
||||
"version": "0.44.0"
|
||||
},
|
||||
"0.44": {
|
||||
"version": "0.44.0"
|
||||
},
|
||||
"0.44.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "1407c11d0855d6eb5ed4b2891b4fc7effcdaa276a7d77b5b20b65540ef90f58f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "758f501e3f47be0d880e79449dc3ebc269a8c52efc4a7fc53a5756fd1b673005"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7e100d917a6c2c76458acedf7b9745ceb8cd380c56a5b1f09f6e27c8f41a94d8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "7ec71a031c7374b43122c065d49768cacf6561ae8980d0aa09202d7de01749f6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "68fc1abebe70b3947ec7e019bb3c3d47939cb71a8c0877f1a632b552edfaf6e0"
|
||||
}
|
||||
},
|
||||
"0.43": {
|
||||
"version": "0.43.2"
|
||||
|
||||
24
manifests/just.json
generated
24
manifests/just.json
generated
@@ -18,10 +18,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.16.0"
|
||||
"version": "1.17.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.16.0"
|
||||
"version": "1.17.0"
|
||||
},
|
||||
"1.17": {
|
||||
"version": "1.17.0"
|
||||
},
|
||||
"1.17.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "dac0ae3850b6a68c927930b956be5bc17250f01853be4338bd3277c3f57df743"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "3dd5b14275b940f26b0a6223d9f4cb41a93acfe22282d7ff3fd4bb3e1e742e84"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7e2fd34d9be9247a8f962954e1d47aede2774bbd3aa1619015fa822150943ef3"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "11c5822d0826034b129ee80af687a3934622fcf6127920b814567202d0000e93"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "1e04d68431762b8898e73f5c9a34e1541132789b719d95063cbf2ac259dffb27"
|
||||
}
|
||||
},
|
||||
"1.16": {
|
||||
"version": "1.16.0"
|
||||
|
||||
22
manifests/syft.json
generated
22
manifests/syft.json
generated
@@ -23,7 +23,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.98.0"
|
||||
"version": "0.99.0"
|
||||
},
|
||||
"0.99": {
|
||||
"version": "0.99.0"
|
||||
},
|
||||
"0.99.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "e18580d1d55370431503a6dc17082e53ce0195cec498d025c09e3a201f492911"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ab38b1f15f5503777961494fa2d027a1c47bfc9e83550ab07a3a4a6354db9dfa"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "39adaae48cf1158c1181c3948bd4823e3fdd84f3411fb3cf0e466a29a1355732"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "f198faf502e9fd6161a4236c365ff5f95e23f0b26d5e18fd6b245a5e2a1cb94c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "43a4267e540766a4a9205802b69713b0dd76e08e4c6828b0b7b51363a72ba498"
|
||||
}
|
||||
},
|
||||
"0.98": {
|
||||
"version": "0.98.0"
|
||||
|
||||
35
manifests/wasmtime.json
generated
35
manifests/wasmtime.json
generated
@@ -2,7 +2,40 @@
|
||||
"rust_crate": "wasmtime-cli",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "15.0.1"
|
||||
"version": "16.0.0"
|
||||
},
|
||||
"16": {
|
||||
"version": "16.0.0"
|
||||
},
|
||||
"16.0": {
|
||||
"version": "16.0.0"
|
||||
},
|
||||
"16.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-linux.tar.xz",
|
||||
"checksum": "7bb4c78977a711b3af820e7e120e05b63124b0c9707f82b39ec02252caa01504",
|
||||
"bin": "wasmtime-v16.0.0-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-macos.tar.xz",
|
||||
"checksum": "5a0f814a7124407166212866bc5fa381a2e615bc05152e5c749986a2697c5a61",
|
||||
"bin": "wasmtime-v16.0.0-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-windows.zip",
|
||||
"checksum": "c6a4a247fbe50ba306dcaf91327e3f4eceac007554739648cf09542f87c12efb",
|
||||
"bin": "wasmtime-v16.0.0-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-aarch64-linux.tar.xz",
|
||||
"checksum": "b21cc534b3dc89e6abcfca9981f9a0a156291b2418d2ef45390dd59013a98adc",
|
||||
"bin": "wasmtime-v16.0.0-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-aarch64-macos.tar.xz",
|
||||
"checksum": "a9d5b7e75d7b8877390b9b0b078fe995d721d86ea9f11fc97a43fc1a3352b0c3",
|
||||
"bin": "wasmtime-v16.0.0-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"version": "15.0.1"
|
||||
|
||||
16
manifests/zola.json
generated
16
manifests/zola.json
generated
@@ -12,7 +12,21 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.17.2"
|
||||
"version": "0.18.0"
|
||||
},
|
||||
"0.18": {
|
||||
"version": "0.18.0"
|
||||
},
|
||||
"0.18.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "521ca7990b60e1270df807e01cbeb1ce69ef099745883b7929a4944cd5625d3e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "19833c38ce455cb97a9b2dce1dd882af973553e66f722e9a599e1ca152e412ba"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "9c0f2880ace47a723999a2b9a96fb12178d12d62cd5e56f3c975266552594949"
|
||||
}
|
||||
},
|
||||
"0.17": {
|
||||
"version": "0.17.2"
|
||||
|
||||
13
tools/codegen/base/cargo-export.json
Normal file
13
tools/codegen/base/cargo-export.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"repository": "https://github.com/bazhenov/cargo-export",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
||||
"bin": "${package}-v${version}-${rust_target}/bin/${package}${exe}",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {},
|
||||
"aarch64_macos": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user