mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-30 10:50:25 +00:00
Compare commits
49 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7add58e53 | ||
|
|
7c8258428e | ||
|
|
ffdab02603 | ||
|
|
106e933ca7 | ||
|
|
b43e73780d | ||
|
|
5cc177e463 | ||
|
|
7bf72b04de | ||
|
|
19e9b549a4 | ||
|
|
270328489b | ||
|
|
875aa7bb88 | ||
|
|
f420d6e043 | ||
|
|
12af778b97 | ||
|
|
bfaf53b9f1 | ||
|
|
fc886b5a7b | ||
|
|
9b0cbd832c | ||
|
|
ffbc55fec6 | ||
|
|
2daedc907e | ||
|
|
6943331e01 | ||
|
|
3c2dda9b8b | ||
|
|
6f9c817932 | ||
|
|
b9b9deeb20 | ||
|
|
0736e61a46 | ||
|
|
bd71f121e3 | ||
|
|
9632c494b5 | ||
|
|
e17ca27e10 | ||
|
|
14422f84f0 | ||
|
|
f8e5b00f03 | ||
|
|
27e3d94e52 | ||
|
|
35fc207400 | ||
|
|
a86757441d | ||
|
|
5794068c21 | ||
|
|
ac67f21e67 | ||
|
|
6c9031f046 | ||
|
|
77c43c81af | ||
|
|
74e2c40660 | ||
|
|
601af62cba | ||
|
|
29082efeb4 | ||
|
|
0dffe80556 | ||
|
|
e457db4f82 | ||
|
|
074945411c | ||
|
|
67c42c4d66 | ||
|
|
970ef54dac | ||
|
|
51cabaaea7 | ||
|
|
881b2e1104 | ||
|
|
cd1316b395 | ||
|
|
ecdc23edca | ||
|
|
86839ae13e | ||
|
|
717ed1cb83 | ||
|
|
7372d84025 |
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@@ -7,3 +7,10 @@ updates:
|
||||
commit-message:
|
||||
prefix: ''
|
||||
labels: []
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: ''
|
||||
labels: []
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -171,7 +171,7 @@ jobs:
|
||||
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main')
|
||||
- name: Create PR
|
||||
id: create-pull-request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
title: Update manifest
|
||||
body: |
|
||||
|
||||
9
.taplo.toml
Normal file
9
.taplo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
# Taplo configuration
|
||||
# https://taplo.tamasfe.dev/configuration/formatter-options.html
|
||||
|
||||
[formatting]
|
||||
align_comments = false
|
||||
allowed_blank_lines = 1
|
||||
array_auto_collapse = false
|
||||
array_auto_expand = false
|
||||
indent_string = " "
|
||||
102
CHANGELOG.md
102
CHANGELOG.md
@@ -10,6 +10,88 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.27.9] - 2024-02-24
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.13.
|
||||
|
||||
## [2.27.8] - 2024-02-23
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.10.
|
||||
|
||||
## [2.27.7] - 2024-02-23
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.12.
|
||||
|
||||
## [2.27.6] - 2024-02-22
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.6.
|
||||
|
||||
## [2.27.5] - 2024-02-21
|
||||
|
||||
- Update `cargo-machete@latest` to 0.6.1.
|
||||
|
||||
## [2.27.4] - 2024-02-21
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.20.
|
||||
|
||||
## [2.27.3] - 2024-02-21
|
||||
|
||||
- Update `wasmtime@latest` to 18.0.1.
|
||||
|
||||
## [2.27.2] - 2024-02-16
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.19.
|
||||
|
||||
## [2.27.1] - 2024-02-16
|
||||
|
||||
- Update `cargo-audit@latest` to 0.20.0.
|
||||
|
||||
- Update `protoc@latest` to 3.25.3.
|
||||
|
||||
## [2.27.0] - 2024-02-15
|
||||
|
||||
- Support `cargo-audit`. ([#371](https://github.com/taiki-e/install-action/pull/371), thanks @utkarshgupta137)
|
||||
|
||||
## [2.26.20] - 2024-02-15
|
||||
|
||||
- Update `syft@latest` to 0.105.0.
|
||||
|
||||
## [2.26.19] - 2024-02-13
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.6.3.
|
||||
|
||||
## [2.26.18] - 2024-02-12
|
||||
|
||||
- Update `just@latest` to 1.24.0.
|
||||
|
||||
## [2.26.17] - 2024-02-11
|
||||
|
||||
- Update `shfmt@latest` to 3.8.0.
|
||||
|
||||
- Update `cargo-no-dev-deps@latest` to 0.2.11.
|
||||
|
||||
- Update `cargo-minimal-versions@latest` to 0.1.25.
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.18.
|
||||
|
||||
## [2.26.16] - 2024-02-08
|
||||
|
||||
- Update `wasmtime@latest` to 17.0.1.
|
||||
|
||||
- Update `syft@latest` to 0.104.0.
|
||||
|
||||
## [2.26.15] - 2024-02-07
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.5.
|
||||
|
||||
## [2.26.14] - 2024-02-07
|
||||
|
||||
- Update `mdbook@latest` to 0.4.37.
|
||||
|
||||
## [2.26.13] - 2024-02-05
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.11.
|
||||
|
||||
## [2.26.12] - 2024-02-04
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.6.2.
|
||||
@@ -1723,7 +1805,25 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.12...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.27.9...HEAD
|
||||
[2.27.9]: https://github.com/taiki-e/install-action/compare/v2.27.8...v2.27.9
|
||||
[2.27.8]: https://github.com/taiki-e/install-action/compare/v2.27.7...v2.27.8
|
||||
[2.27.7]: https://github.com/taiki-e/install-action/compare/v2.27.6...v2.27.7
|
||||
[2.27.6]: https://github.com/taiki-e/install-action/compare/v2.27.5...v2.27.6
|
||||
[2.27.5]: https://github.com/taiki-e/install-action/compare/v2.27.4...v2.27.5
|
||||
[2.27.4]: https://github.com/taiki-e/install-action/compare/v2.27.3...v2.27.4
|
||||
[2.27.3]: https://github.com/taiki-e/install-action/compare/v2.27.2...v2.27.3
|
||||
[2.27.2]: https://github.com/taiki-e/install-action/compare/v2.27.1...v2.27.2
|
||||
[2.27.1]: https://github.com/taiki-e/install-action/compare/v2.27.0...v2.27.1
|
||||
[2.27.0]: https://github.com/taiki-e/install-action/compare/v2.26.20...v2.27.0
|
||||
[2.26.20]: https://github.com/taiki-e/install-action/compare/v2.26.19...v2.26.20
|
||||
[2.26.19]: https://github.com/taiki-e/install-action/compare/v2.26.18...v2.26.19
|
||||
[2.26.18]: https://github.com/taiki-e/install-action/compare/v2.26.17...v2.26.18
|
||||
[2.26.17]: https://github.com/taiki-e/install-action/compare/v2.26.16...v2.26.17
|
||||
[2.26.16]: https://github.com/taiki-e/install-action/compare/v2.26.15...v2.26.16
|
||||
[2.26.15]: https://github.com/taiki-e/install-action/compare/v2.26.14...v2.26.15
|
||||
[2.26.14]: https://github.com/taiki-e/install-action/compare/v2.26.13...v2.26.14
|
||||
[2.26.13]: https://github.com/taiki-e/install-action/compare/v2.26.12...v2.26.13
|
||||
[2.26.12]: https://github.com/taiki-e/install-action/compare/v2.26.11...v2.26.12
|
||||
[2.26.11]: https://github.com/taiki-e/install-action/compare/v2.26.10...v2.26.11
|
||||
[2.26.10]: https://github.com/taiki-e/install-action/compare/v2.26.9...v2.26.10
|
||||
|
||||
@@ -82,6 +82,7 @@ https://spdx.org/licenses
|
||||
| Name | Where binaries will be installed | Where will it be installed from | Supported platform | License |
|
||||
| ---- | -------------------------------- | ------------------------------- | ------------------ | ------- |
|
||||
| [**biome**](https://biomejs.dev)| `/usr/local/bin` | [GitHub Releases](https://github.com/biomejs/biome/releases) | Linux, macOS, Windows | [MIT](https://github.com/biomejs/biome/blob/HEAD/LICENSE) |
|
||||
| [**cargo-audit**](https://github.com/rustsec/rustsec/tree/HEAD/cargo-audit) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustsec/rustsec/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-APACHE) OR [MIT](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-MIT) |
|
||||
| [**cargo-binstall**][cargo-binstall] | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/cargo-bins/cargo-binstall/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE) |
|
||||
| [**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) |
|
||||
@@ -105,12 +106,12 @@ https://spdx.org/licenses
|
||||
| [**mdbook-linkcheck**](https://github.com/Michael-F-Bryan/mdbook-linkcheck) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases) | Linux, macOS, Windows | [MIT](https://github.com/Michael-F-Bryan/mdbook-linkcheck/blob/HEAD/LICENSE) |
|
||||
| [**mdbook**](https://github.com/rust-lang/mdBook) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-lang/mdBook/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/rust-lang/mdBook/blob/HEAD/LICENSE) |
|
||||
| [**nextest**](https://github.com/nextest-rs/nextest) (alias: `cargo-nextest`) | `$CARGO_HOME/bin` | cargo-binstall | Linux, macOS, Windows | [Apache-2.0](https://github.com/nextest-rs/nextest/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/HEAD/LICENSE-MIT) |
|
||||
| [**osv-scanner**]( https://github.com/google/osv-scanner) | `/usr/local/bin` | [GitHub Releases]( https://github.com/google/osv-scanner/releases) | Linux, macOS, Windows | [Apache-2](https://github.com/google/osv-scanner/blob/main/LICENSE) |
|
||||
| [**osv-scanner**]( https://github.com/google/osv-scanner) | `/usr/local/bin` | [GitHub Releases]( https://github.com/google/osv-scanner/releases) | Linux, macOS, Windows | [Apache-2](https://github.com/google/osv-scanner/blob/HEAD/LICENSE) |
|
||||
| [**parse-changelog**](https://github.com/taiki-e/parse-changelog) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/parse-changelog/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/HEAD/LICENSE-MIT) |
|
||||
| [**protoc**](https://github.com/protocolbuffers/protobuf) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/protocolbuffers/protobuf/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE) |
|
||||
| [**shellcheck**](https://www.shellcheck.net) | `/usr/local/bin` | [GitHub Releases](https://github.com/koalaman/shellcheck/releases) | Linux, macOS, Windows | [GPL-3.0-or-later](https://github.com/koalaman/shellcheck/blob/HEAD/LICENSE) |
|
||||
| [**shfmt**](https://github.com/mvdan/sh) | `/usr/local/bin` | [GitHub Releases](https://github.com/mvdan/sh/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/mvdan/sh/blob/HEAD/LICENSE) |
|
||||
| [**syft**](https://github.com/anchore/syft) | `/usr/local/bin` | [Github Releases](https://github.com/anchore/syft/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE) |
|
||||
| [**syft**](https://github.com/anchore/syft) | `/usr/local/bin` | [Github Releases](https://github.com/anchore/syft/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/anchore/syft/blob/HEAD/LICENSE) |
|
||||
| [**valgrind**](https://valgrind.org) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0-or-later](https://valgrind.org/docs/manual/license.gpl.html) |
|
||||
| [**wasm-pack**](https://github.com/rustwasm/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-pack/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/rustwasm/wasm-pack/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/rustwasm/wasm-pack/blob/HEAD/LICENSE-MIT) |
|
||||
| [**wasmtime**](https://github.com/bytecodealliance/wasmtime) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasmtime/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/HEAD/LICENSE) |
|
||||
|
||||
179
manifests/cargo-audit.json
generated
Normal file
179
manifests/cargo-audit.json
generated
Normal file
@@ -0,0 +1,179 @@
|
||||
{
|
||||
"rust_crate": "cargo-audit",
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/rustsec/rustsec/releases/download/cargo-audit/v${version}/cargo-audit-x86_64-unknown-linux-musl-v${version}.tgz",
|
||||
"bin": "cargo-audit-x86_64-unknown-linux-musl-v${version}/cargo-audit"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/rustsec/rustsec/releases/download/cargo-audit/v${version}/cargo-audit-x86_64-apple-darwin-v${version}.tgz",
|
||||
"bin": "cargo-audit-x86_64-apple-darwin-v${version}/cargo-audit"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/rustsec/rustsec/releases/download/cargo-audit/v${version}/cargo-audit-x86_64-pc-windows-msvc-v${version}.zip",
|
||||
"bin": "cargo-audit-x86_64-pc-windows-msvc-v${version}/cargo-audit.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/rustsec/rustsec/releases/download/cargo-audit/v${version}/cargo-audit-aarch64-unknown-linux-gnu-v${version}.tgz",
|
||||
"bin": "cargo-audit-aarch64-unknown-linux-gnu-v${version}/cargo-audit"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.20.0"
|
||||
},
|
||||
"0.20": {
|
||||
"version": "0.20.0"
|
||||
},
|
||||
"0.20.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "c8bb83967f74734a5a4b23b0136c26db3fcc81570eb389cffda4d67ea6d8ad9a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "3f4022fd3010e0e9ffa8b8a75b80ab365c9ab1c3f3d2dd6af6385bb803778f9f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "ec8d3b6e722b01bf51efc1b56dbaf542f4d4101e70f3f45ae4dda52e6f71d2b0"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "fb2fbd1f5d36aa131451115183d24605e3ca7f656c6994ec03dfc3b7c581cf4a"
|
||||
}
|
||||
},
|
||||
"0.19": {
|
||||
"version": "0.19.0"
|
||||
},
|
||||
"0.19.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "5f27032694119fd990ac92ec093b78c192631c36200d67f5eeb4cb1d42316bae"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "371c2f464bb6152307318dede563c8fb8ecdc456224b21bdf018af58be739068"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "ab2cd04392480becd704a48bc70485310e4f029431f87303fa9aeb485fd463bd"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "a5b27ba8fdde75814d96a501c564f10cd4a553c0e8a19f4f1746283a7fda5296"
|
||||
}
|
||||
},
|
||||
"0.18": {
|
||||
"version": "0.18.3"
|
||||
},
|
||||
"0.18.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "2cc37ceefda1d8fc4be45363639e696f31d5bae12c47ce05146a06c432f37290"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "2dbf9a0861a83bef081f5a864b0d1d3464164146a9d230a0f4beb64be5e93eb4"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "6d7111be9b30683ae6fb558ba8a5e3b0ed3153f645e2e1549122af69625c478e"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "9655a1b5d8b4bde20eeceb2ee0701149eb954b008a3711a207014fadb9623753"
|
||||
}
|
||||
},
|
||||
"0.17": {
|
||||
"version": "0.17.6"
|
||||
},
|
||||
"0.17.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "62272b41f946c77193e47a96ef8a891df0ec9af6cbefa1e373b42f42a9f99b7e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "a0ec73e774d187a704f3410337f8a878cc49bd2872eccb152ccaf6500fb177cf"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "a9c7427725b137a6eec66cc36b673024af34870f4193ec33b293db32826a28bc"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "84821b0a3ec175a13fd499d22214a02e0df84944d5a44414fda92cdb21ef26a1"
|
||||
}
|
||||
},
|
||||
"0.17.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "6124641659a333285d9002e4f3e46a58782ad6e0bd54aa001747bb3cbe8d4af9"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "61daf860ca51e5f4da236cc0d5fef94b0ef89bcefa950a7f8ede4101e150250b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "a1a8905406a50d63293410fe424c67232337fefadff9d7507a09bb803f1cbc6d"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "8ee364de52f333da580c678b3804a579ef2d7beecef3647e2c19c823baa10390"
|
||||
}
|
||||
},
|
||||
"0.17.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "7787092990768eb44e12ea489fbf94c46efdf1e74209d6eed3da39a770c0ab61"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "e0b0a432f45e6951a0eb45124697eaed5e01ce0a3452d1f2b1bb0e8baad266cb"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7faa864c7474e9df44ea04d5757b1b6c600df09d28e48825a160d1d7271de2f7"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "418e8212e79d7a9d3241a6bc8b7cca9016d59d7e3a680cf0d1a36d34e853f98b"
|
||||
}
|
||||
},
|
||||
"0.17.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "a46d436e83eb4e220dcf6a1fc91dbeae6cd549b5809c070b958e4871e0c49f39"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "20daa15f351d7f44ff256e9b7deb588b2cc37254b3410cf3b02be60db1eb2eb4"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "51ca34dd3c0f3ba69b369e3b97ac6b8efd19ae27b65e78708c437596c597dbb5"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "f8495db7044f804fc9d0adddae000cc25bbe145fc4e69922c91326ba20850c2f"
|
||||
}
|
||||
},
|
||||
"0.17.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "c22e29bd95092e0681716c55cd2c5993aa8f85e1d602bec57a018c1690e07bf9"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ccc0e0b742020a2aa524d0902557af6ef0ca55e2f36a054fd7f2ecb3b154c42c"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "71130a0cabe200944b325bd38e64dde80f8756c333f619b1a88a5860e045e055"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "b0ade081038ea20fa0943aa6b9b1ce586c4be1eaf69b8897d2495792eac7648c"
|
||||
}
|
||||
},
|
||||
"0.17.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "552bec2dc3de9913c2783624dce3022ea305bfd4b79994a3c0879ac509c765f0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "a54ca8139a8c3e4680a4a3009971fc47aca7a2fe5684399888d03934bfba51d3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "4ae4919ab5e2f7e212272e84d3d54b231e534aa8c7fc7d4dfc08c2c9cad4f679"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "525a3ab948836ae04a9af680a754c4a05222fd6beb145e08f8a8e0b80089422b"
|
||||
}
|
||||
},
|
||||
"0.16": {
|
||||
"version": "0.16.0"
|
||||
},
|
||||
"0.16.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "c8abe5afdba8fc206dcd1d18a6b3ba68378e07172ecbfe66576672d247eeb794"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "247eebba6e55efc629dab78cb9322505201288b23905a858e9791e576ade483f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "f6c1c4a3e6d25b9d42e5c19055cfb26351ae732a65aa23dfedbbff32028aa3cd"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "64c62fb185036e3838426b9271f36f283e77a2fc60d1c08583113977f29d4f0f"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
manifests/cargo-binstall.json
generated
16
manifests/cargo-binstall.json
generated
@@ -21,26 +21,26 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.6.2"
|
||||
"version": "1.6.3"
|
||||
},
|
||||
"1.6.2": {
|
||||
"1.6.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "6ba2d71e8594a65f2f1aa52d000b0527e03d0ebeeb6b947ecd1e41dacd04e0d6"
|
||||
"checksum": "ff8f86eaf79812acc259d249e0c62f4b3103d28a16ec02e7f64f8e3bc9c3d2e9"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "7e78bf5000d0dc887efc00eba67bde829c3daed065e46a160ae5ab0fd0f81256"
|
||||
"checksum": "f8eaee08667695cb4d446c5c474ba5415c3bb07be1a213728107ad65788104f1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "66ae32e2e92e094552dc4eb2cfb8a6ec204e6b77e38592e5ec7fd36b89b06e6f"
|
||||
"checksum": "44394103dc261b05ac928f23f8013f5c7e8355a10e849f096d792030f82c89c4"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "62185b07feadb51f6bf865a54c452e0716d51fdca053de619a418b4b3fc1a4e6"
|
||||
"checksum": "98d1b33b2c2cf076bdc8993d1a645ade9cb36919e22516faf5830933513a03fa"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "7dc88979d33bdaa4ba7cf1ec9e75e176fdaae353beefdb3aab507d2e78a47fbe"
|
||||
"checksum": "89696b9b02605c0775ca02b0bab3f07843833e3e247b953a5b8f97daa043bdc1"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "9b2c12366d9c7944d9839658fccfe7d1008f838e026bd0f4ab766fec468d1246"
|
||||
"checksum": "cec760fdeb4523e3de1d7febc1d07bee9aa9a3a3837fd9ec0191ad7396e38ca0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
46
manifests/cargo-deny.json
generated
46
manifests/cargo-deny.json
generated
@@ -19,10 +19,52 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.14.10"
|
||||
"version": "0.14.13"
|
||||
},
|
||||
"0.14": {
|
||||
"version": "0.14.10"
|
||||
"version": "0.14.13"
|
||||
},
|
||||
"0.14.13": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "d87515bea48fc7a6f7b23fdc7c9a85c5428b9d31666e110852216f6ec2c4596b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ff8f75ad330f82f58670ea7de1d49f657ad82b5e54f57c31584e37764fe232c7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "6ef0f6b3d1b31c26affea703ebe3578e1206dbd1b02672d1f4ffb0f541faad0e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "a511e16cbee10e22fa2826586194572707c077ff9e3240dd1822443d86892c00"
|
||||
}
|
||||
},
|
||||
"0.14.12": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "946986e05b1f031043ef104cf719006d1b1a1b9fdf16487f88d1a20a83d13903"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "e80c0499a802c20476ce2908b8e020bc39b562010be08e558e1a2e0f800dd501"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "f67455423ef56bc936e3526d8a35b62102c353be2fdb91d49d55ee4517ee3cd6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "8bd1cca96a45a01da2db45cca12636c749b78c327c5a04b9d576e4c39d36e88a"
|
||||
}
|
||||
},
|
||||
"0.14.11": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "081c69a65d59d6b1a033f051f9a8f0fdd824f6ca69d77ee8c575747ca6fd7fc7"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "68662d271818b20fa33debfd5e8654ec06cbcc9ab33453983cacaca60aba1c87"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "c3677a78efdbbbecabb16e6c70925f224891ff4cf79368ecf6310db45705c22c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "c266875533d3d92647a2f1ffda5f6a04c911dd9092025a556bf217b2e3d90bdc"
|
||||
}
|
||||
},
|
||||
"0.14.10": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
82
manifests/cargo-hack.json
generated
82
manifests/cargo-hack.json
generated
@@ -2,10 +2,88 @@
|
||||
"rust_crate": "cargo-hack",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.6.17"
|
||||
"version": "0.6.20"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.17"
|
||||
"version": "0.6.20"
|
||||
},
|
||||
"0.6.20": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.20/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "dc3a790ba52a824f3faeb45bf630b35ed4cfe2ef5de24e169bd1672c40ca0ad0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.20/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "c8a6bcf8f48761da905dbb476a2c276f1b3beb4e601d895734196a7f33cb20fc"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.20/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "c49e18fbf868c2abbd86ed5f17ff1254479c79ea788dc757edd69cdfe390cdc4"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.20/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "3ac4d20c14d73c5ec87ac6132f3083f419340f4f124b31f55594a9d364f1eb11"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.20/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "59ac8f0227168a05a758e6fcdaa7fb7b91bf9d206fcf19644f4a15b864842c13"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.20/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "113c67634a4d34ff8c15d28d241f611144c55cc57dd11f28aa0d336d548813a1"
|
||||
}
|
||||
},
|
||||
"0.6.19": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "c96cbde6b2eed3ba5c3a62911bd729362dad11ee2363cefb79e7d8b44c034b25"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "277fdb2c362fad398cc858581cf06b1d3706cbbf883005285f3794ba5aa2f1f1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "d5c86549d83d7147e1fe7de468c375a0f28c5aa45c9f8a02b819d13ee9a85e37"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "aa24c54f97b43685979ee15f2a03b0a249cc035449a3a1955e64c61e725a9e8c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "5d2e027a34ab26949534e5e9a764c49130515bb4eaff7e4b1e824ace6ba10617"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "8e36f556db4aef01066fc26b1d10ad9440d78b5ce9c8ff4fe68c3ffbf84e7ada"
|
||||
}
|
||||
},
|
||||
"0.6.18": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "6833fc01b5e4fd199055b31b2fc6ec83bfc19dc78d8548716ace6211f7fbb716"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "05e85f5cfda4e7497a86eddb5d08b6ac1c4253bad03e2a648b43275db9928113"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "f165300d83f0bc3c069355d89b31494496eb3058184b83f9b99fddd5363424ea"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "de5e9045a5c3ba3f45cfb8f8fd74ed7c6397c4b3ac2f6a6d58687e5c6a5bf8c6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "6a52f6213fb3b5222fee6c33571a50dc702cbb1ef28e1c0b8c6f18ae5dcda6a3"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "09b5273f9304fa3881a4b745174e54bed6c836345b2a782dedf7e3ba7d4805e1"
|
||||
}
|
||||
},
|
||||
"0.6.17": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
38
manifests/cargo-llvm-cov.json
generated
38
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,44 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.6.4"
|
||||
"version": "0.6.6"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.4"
|
||||
"version": "0.6.6"
|
||||
},
|
||||
"0.6.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "554b2dccaf64dacd0388fab1679fbd96ec503d611e6c84f58ba366c5246060b1"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "05650bbb58915e0ba4c0a05978fa832ee87e5f5c256981d066d27f8d7e9f743e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "dbf7f55962dc3db12b96707b08af67f46284df6b2215a1c58a154ad92284d514"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "38f00c7b23455d45b829a019ab976b58920defaeb48976936363fa41602c4a50"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "27118cc06ce28bb4ae455aabfdad11a69952483b0aba23d53de9ed73148285bc"
|
||||
}
|
||||
},
|
||||
"0.6.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "c195a8f4fed924beb969ecae324a278db011e7a3877a6495a1d3701cdddbb3d4"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "934294f33e41d5cb787f7e9ad4fa4a40551281b0ab6e6ff58adc1b16cb12e60b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "f55f9fe3a5cb5258fb5927b4b9b99899dd5b7b3233570ba31b5212d46ab12825"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "1af0ebd20c858e03599ff1c7ded0a95a506653bd88efccff00088b7d3de9a173"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "954c61e2d2ea2ca60e2562b93d166f43b05243cd8aaf5b0a341f06af62531125"
|
||||
}
|
||||
},
|
||||
"0.6.4": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
26
manifests/cargo-machete.json
generated
26
manifests/cargo-machete.json
generated
@@ -2,10 +2,32 @@
|
||||
"rust_crate": "cargo-machete",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.6.0"
|
||||
"version": "0.6.1"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.0"
|
||||
"version": "0.6.1"
|
||||
},
|
||||
"0.6.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.1/cargo-machete-v0.6.1-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "d5d178010e8b9da69caa02b1abf6c9765cc6f3e8810a73483272c84204fd3715",
|
||||
"bin": "cargo-machete-v0.6.1-x86_64-unknown-linux-musl/cargo-machete"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.1/cargo-machete-v0.6.1-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "9211abb47866c3a3b0a283903511428d97c9cf35508fd4eca5bef0489e578af8",
|
||||
"bin": "cargo-machete-v0.6.1-x86_64-apple-darwin/cargo-machete"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.1/cargo-machete-v0.6.1-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "c142cf3b01aa3c321495659fe75f483fefd278172c4d74b0dd567639ebec000d",
|
||||
"bin": "cargo-machete-v0.6.1-x86_64-pc-windows-msvc/cargo-machete.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.1/cargo-machete-v0.6.1-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "676fdd6ba18e830e4f7a279d4f47d365fcde4cbaa89bf6f0e4a08fbc4555821b",
|
||||
"bin": "cargo-machete-v0.6.1-aarch64-apple-darwin/cargo-machete"
|
||||
}
|
||||
},
|
||||
"0.6.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
18
manifests/cargo-make.json
generated
18
manifests/cargo-make.json
generated
@@ -19,10 +19,24 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.37.9"
|
||||
"version": "0.37.10"
|
||||
},
|
||||
"0.37": {
|
||||
"version": "0.37.9"
|
||||
"version": "0.37.10"
|
||||
},
|
||||
"0.37.10": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "f75cd1d6d776754a88c20d22190efdaa4ac5066e61eb9699ab6b3d884c3b116a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "0046eb73677639aea70ec890896c31f5c9bfca12a9bdddf8be155738189ad1a0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "ee550a626b0ec1d03b703bd6e53ad17f95eb7586f8c6d7bd589e0a6a77b87eac"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "cba2c5ce4f9f60255046e7b8a3547eebf6a62f59e20fb64adc2811f1a855d0fe"
|
||||
}
|
||||
},
|
||||
"0.37.9": {
|
||||
"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.24"
|
||||
"version": "0.1.25"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.24"
|
||||
"version": "0.1.25"
|
||||
},
|
||||
"0.1.25": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "d964d443eb233b7922bad32b4a12a2a5fdccf8995160f28f4f879ff8ea20f744"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "62b3aa83eb87fd9c39f4aa36df12bb4f9482387f66fd4280cd787f5b731ad68a"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "1f411815ff97dc4547417bc0fa94022d0d0966a3807ce6a87d04534f75b28648"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "26dea1adc55b2e186735ed35e9525b6170aef1b2914feabcd5c71e976e36c121"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "df2f30afbad85858a3dd969eaabe777c03ba47d5a5a41f40dda9355b531be167"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "77c9ac359d2afd0203b583f498fb7610db2fe997820bee57762ce824a13b0d32"
|
||||
}
|
||||
},
|
||||
"0.1.24": {
|
||||
"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.10"
|
||||
"version": "0.2.11"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.10"
|
||||
"version": "0.2.11"
|
||||
},
|
||||
"0.2.11": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "f5678f25fbc0cd4791edbb51e24e6b4dd4044c33813a3e97b851439216cb017e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "486f150583db8a596448995220b7d534329ca132d49a1d8ef28b07d51a014382"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "2519519c4ba0648130d28df0ef26f66c6616f9fac2ec05f36ae976da3acb7440"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "340ef16a56c0a000ffaa9dd09760232c618860e5bc71be914f08d84896cde2c6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "6d0a2d3578e43a817197da5179c6d4986caa6686877f20c8ac3468403b928a2a"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "99c685250293fe01f08ef2c5869eb2d77dd0b36bb1196d038f5bf112c19bc4d8"
|
||||
}
|
||||
},
|
||||
"0.2.10": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/just.json
generated
24
manifests/just.json
generated
@@ -18,10 +18,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.23.0"
|
||||
"version": "1.24.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.23.0"
|
||||
"version": "1.24.0"
|
||||
},
|
||||
"1.24": {
|
||||
"version": "1.24.0"
|
||||
},
|
||||
"1.24.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "2dec2a689872f7baf2b0a59c663463a33ac866272758d7d7c8c2b62ab5b32238"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "cf35f104d834e9c3331f6b1b00bec6b2f0a99c129fdd27230fccb96b2c2063f1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "325ed382221ac9189ec9beedcf4b97e6fc229b4e49ede7ca36e47a5b651bb09c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "3cf0913a14f369dd6e927a7ba9d6c483a4d05df2cc353ed6aed593c6a50c667c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "90a00ed4ec8b229aa82cc7c62143f09c468998909f0f673c04580b0eebce37a6"
|
||||
}
|
||||
},
|
||||
"1.23": {
|
||||
"version": "1.23.0"
|
||||
|
||||
18
manifests/mdbook.json
generated
18
manifests/mdbook.json
generated
@@ -18,10 +18,24 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.4.36"
|
||||
"version": "0.4.37"
|
||||
},
|
||||
"0.4": {
|
||||
"version": "0.4.36"
|
||||
"version": "0.4.37"
|
||||
},
|
||||
"0.4.37": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "d59f83c4cf9626787336684936c56e01a9511272cc2e541f7cc9455d43fff1c1"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "4cc0133122a263a50116235c82ebc9d14b36cd7c0d223aeb5805ba7e6fcd788b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "99a61a99a2529188854c1a2719b1849d92cce0509e6241d11b408fda9e5ba2d9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "23b198e0538a9e0689c41b41060c1fc299e834a2b8a68b7409b4e3f68be059ec"
|
||||
}
|
||||
},
|
||||
"0.4.36": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
28
manifests/protoc.json
generated
28
manifests/protoc.json
generated
@@ -2,13 +2,35 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "3.25.2"
|
||||
"version": "3.25.3"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.25.2"
|
||||
"version": "3.25.3"
|
||||
},
|
||||
"3.25": {
|
||||
"version": "3.25.2"
|
||||
"version": "3.25.3"
|
||||
},
|
||||
"3.25.3": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-linux-x86_64.zip",
|
||||
"checksum": "f853e691868d0557425ea290bf7ba6384eef2fa9b04c323afab49a770ba9da80"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-osx-x86_64.zip",
|
||||
"checksum": "247e003b8e115405172eacc50bd19825209d85940728e766f0848eee7c80e2a1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-win64.zip",
|
||||
"checksum": "d6b336b852726364313330631656b7f395dde5b1141b169f5c4b8d43cdf01482"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-linux-aarch_64.zip",
|
||||
"checksum": "9eae1f20f70cccc912d1c318c3929b86aebf5afd4b0f32c196ef682c222ed5ae"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-osx-aarch_64.zip",
|
||||
"checksum": "d0fcd6d3b3ef6f22f1c47cc30a80c06727e1eccdddcaf0f4a3be47c070ffd3fe"
|
||||
}
|
||||
},
|
||||
"3.25.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
24
manifests/shfmt.json
generated
24
manifests/shfmt.json
generated
@@ -18,10 +18,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "3.7.0"
|
||||
"version": "3.8.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.7.0"
|
||||
"version": "3.8.0"
|
||||
},
|
||||
"3.8": {
|
||||
"version": "3.8.0"
|
||||
},
|
||||
"3.8.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "27b3c6f9d9592fc5b4856c341d1ff2c88856709b9e76469313642a1d7b558fe0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "c0218b47a0301bb006f49fad85d2c08de23df303472834faf5639d04121320f8"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "91230a6d2d4dbb52e9c0bb134acba526f7880bfd3dfd1ffdde66e9f393d7a646"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "27e1f69b0d57c584bcbf5c882b4c4f78ffcf945d0efef45c1fbfc6692213c7c3"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "1481240d2a90d4f0b530688d76d4f9117d17a756b6027cfa42b96f0707317f83"
|
||||
}
|
||||
},
|
||||
"3.7": {
|
||||
"version": "3.7.0"
|
||||
|
||||
42
manifests/syft.json
generated
42
manifests/syft.json
generated
@@ -23,7 +23,47 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.103.1"
|
||||
"version": "0.105.0"
|
||||
},
|
||||
"0.105": {
|
||||
"version": "0.105.0"
|
||||
},
|
||||
"0.105.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "6f9b5d7047c33d40609fe00b181f2510049f1ca32f1cbaa4cd34b8a567e41f03"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "2ac536bdca551055e24a2c381afc95a2a8b391aeceed0062f24a3d0a1e6c8fd3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "b661e8ad08a6d9fa69a356a38111d42e345bb93065998bb9016838e40c469f24"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "c8bb8ad81d6f3e1c5e9d75111ae08158506d1fd1fa4b253a22f7280aef3bec01"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "bfb0ea27bff3f89135f9159765ee896a5cb4d562c2d2b0af5451e8ba7999d97a"
|
||||
}
|
||||
},
|
||||
"0.104": {
|
||||
"version": "0.104.0"
|
||||
},
|
||||
"0.104.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "b988b2eacbabfaf95a2e47d149bbda94da1c9b7cfe990c262f4ccd6f26268d6a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "22d4c845d418fada99bc59e9941c1a7abebbcf95fd4c34f0cfa3b032c9472273"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "b356067854b097ee366f390445615ba50c99ec612e59bcf1ec4596f4aed79d71"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "788fde49184c0a26003b23abb8ad95b6708110ffd833b8e0e59d66baca0566ab"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "a148c0de98f664af06c2dfdc0a3169f55f9432dc2c829fccaa268763dccc3081"
|
||||
}
|
||||
},
|
||||
"0.103": {
|
||||
"version": "0.103.1"
|
||||
|
||||
93
manifests/wasmtime.json
generated
93
manifests/wasmtime.json
generated
@@ -2,13 +2,100 @@
|
||||
"rust_crate": "wasmtime-cli",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "17.0.0"
|
||||
"version": "18.0.1"
|
||||
},
|
||||
"18": {
|
||||
"version": "18.0.1"
|
||||
},
|
||||
"18.0": {
|
||||
"version": "18.0.1"
|
||||
},
|
||||
"18.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.1/wasmtime-v18.0.1-x86_64-linux.tar.xz",
|
||||
"checksum": "9951c0947cab9e1426b68f8f12f8061a103d0863a2b6ae1a50276013eda780ad",
|
||||
"bin": "wasmtime-v18.0.1-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.1/wasmtime-v18.0.1-x86_64-macos.tar.xz",
|
||||
"checksum": "30299e7c8604585dfdfb1172b12a6ea08bdd4a770cf3907e566545c7bee35916",
|
||||
"bin": "wasmtime-v18.0.1-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.1/wasmtime-v18.0.1-x86_64-windows.zip",
|
||||
"checksum": "07b5f1d03afcbccef2182b92d809dfbb7e076a60f8dc68c204fe54f753231e53",
|
||||
"bin": "wasmtime-v18.0.1-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.1/wasmtime-v18.0.1-aarch64-linux.tar.xz",
|
||||
"checksum": "3f5b08b5fef2864ffc459e2a50fab8e72ba706865c09f6d0d0cd260e5f014b79",
|
||||
"bin": "wasmtime-v18.0.1-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.1/wasmtime-v18.0.1-aarch64-macos.tar.xz",
|
||||
"checksum": "cf6a547e8b4dd82732ee6e626aeccdb571d9c157090eed4f50f26557a0d6cbac",
|
||||
"bin": "wasmtime-v18.0.1-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"18.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.0/wasmtime-v18.0.0-x86_64-linux.tar.xz",
|
||||
"checksum": "7c2a20b8fc301d4a0cd709529c1d804d7d7584c0f6d5849fc25b911578e651bc",
|
||||
"bin": "wasmtime-v18.0.0-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.0/wasmtime-v18.0.0-x86_64-macos.tar.xz",
|
||||
"checksum": "8e21002f802ff5f9c974f38ea2a339b1fa173582d7b5b4325b149f52eb43b6da",
|
||||
"bin": "wasmtime-v18.0.0-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.0/wasmtime-v18.0.0-x86_64-windows.zip",
|
||||
"checksum": "ee09eb5013dd8af7ade8173517d80430e08e4377dda3f84c0f024b0dd98a3453",
|
||||
"bin": "wasmtime-v18.0.0-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.0/wasmtime-v18.0.0-aarch64-linux.tar.xz",
|
||||
"checksum": "562e4557d6b8089522069d523131bf6572efd323baa02333f4015fb359c6c671",
|
||||
"bin": "wasmtime-v18.0.0-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.0/wasmtime-v18.0.0-aarch64-macos.tar.xz",
|
||||
"checksum": "796b0a15032db1699d2be3d67e0e6080dffde28df8dc38ab838931b1f51c585e",
|
||||
"bin": "wasmtime-v18.0.0-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"17": {
|
||||
"version": "17.0.0"
|
||||
"version": "17.0.1"
|
||||
},
|
||||
"17.0": {
|
||||
"version": "17.0.0"
|
||||
"version": "17.0.1"
|
||||
},
|
||||
"17.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-x86_64-linux.tar.xz",
|
||||
"checksum": "2d9ac9d37cf4e57a2d9cbe02f866e87d5d50600bed6268120b99b03281c428f4",
|
||||
"bin": "wasmtime-v17.0.1-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-x86_64-macos.tar.xz",
|
||||
"checksum": "9307d655b7e783d0bcaa22c5d48a8e38f20be367e9eabdc2dbefa120cb082eb9",
|
||||
"bin": "wasmtime-v17.0.1-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-x86_64-windows.zip",
|
||||
"checksum": "b8b3ddb454094bf24ea83ea7f9d2c1cca35d4519c35a02085f4b73fc0f67b84f",
|
||||
"bin": "wasmtime-v17.0.1-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-aarch64-linux.tar.xz",
|
||||
"checksum": "2a6f5f4118eb5558d3d78672082293ea86622561cea18368e37cc7950eeb9a5b",
|
||||
"bin": "wasmtime-v17.0.1-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-aarch64-macos.tar.xz",
|
||||
"checksum": "29b0f9e0c949c9e5147ebd74dbc537f2f1e9c7d3c6e9d06b80c95b4994da31be",
|
||||
"bin": "wasmtime-v17.0.1-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"17.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
@@ -13,7 +13,7 @@ serde_derive = "1"
|
||||
serde_json = "1"
|
||||
sha2 = "0.10"
|
||||
tar = "0.4"
|
||||
toml_edit = { version = "0.21", default-features = false, features = ["parse", "serde"] }
|
||||
toml_edit = { version = "0.22", default-features = false, features = ["parse", "serde"] }
|
||||
ureq = { version = "2", features = ["json"] }
|
||||
|
||||
[lints]
|
||||
|
||||
17
tools/codegen/base/cargo-audit.json
Normal file
17
tools/codegen/base/cargo-audit.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"repository": "https://github.com/rustsec/rustsec",
|
||||
"tag_prefix": "cargo-audit/v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}-v${version}.tgz",
|
||||
"bin": "${package}-${rust_target}-v${version}/${package}",
|
||||
"platform": {
|
||||
"x86_64_linux_gnu": {},
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-${rust_target}-v${version}.zip",
|
||||
"bin": "${package}-${rust_target}-v${version}/${package}.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"repository": "https://github.com/orium/cargo-rdme",
|
||||
"tag_prefix": "v",
|
||||
"broken": ["1.4.3"],
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {
|
||||
"asset_name": "${package}_v${version}_${rust_target}.tar.bz2"
|
||||
|
||||
@@ -62,7 +62,7 @@ fn main() -> Result<()> {
|
||||
}
|
||||
releases.append(&mut r);
|
||||
}
|
||||
let releases: BTreeMap<_, _> = releases
|
||||
let mut releases: BTreeMap<_, _> = releases
|
||||
.iter()
|
||||
.filter_map(|release| {
|
||||
if release.prerelease {
|
||||
@@ -78,6 +78,9 @@ fn main() -> Result<()> {
|
||||
Some((Reverse(semver_version.ok()?), (version, release)))
|
||||
})
|
||||
.collect();
|
||||
for broken in &base_info.broken {
|
||||
releases.remove(&Reverse(broken.clone()));
|
||||
}
|
||||
|
||||
let mut crates_io_info = None;
|
||||
base_info.rust_crate =
|
||||
@@ -695,6 +698,8 @@ struct BaseManifest {
|
||||
/// Path to binary in archive. Default to `${tool}${exe}`.
|
||||
bin: Option<String>,
|
||||
signing: Option<Signing>,
|
||||
#[serde(default)]
|
||||
broken: Vec<semver::Version>,
|
||||
platform: BTreeMap<HostPlatform, BaseManifestPlatformInfo>,
|
||||
version_range: Option<String>,
|
||||
}
|
||||
|
||||
@@ -238,6 +238,21 @@ if [[ -n "$(git ls-files '*.yaml')" ]]; then
|
||||
git ls-files '*.yaml'
|
||||
fi
|
||||
|
||||
# TOML (if exists)
|
||||
if [[ -n "$(git ls-files '*.toml')" ]]; then
|
||||
info "checking TOML style"
|
||||
if [[ ! -e .taplo.toml ]]; then
|
||||
warn "could not found .taplo.toml in the repository root"
|
||||
fi
|
||||
if type -P npm &>/dev/null; then
|
||||
echo "+ npx -y @taplo/cli fmt \$(git ls-files '*.toml')"
|
||||
npx -y @taplo/cli fmt $(git ls-files '*.toml')
|
||||
check_diff $(git ls-files '*.toml')
|
||||
else
|
||||
warn "'npm' is not installed; skipped TOML style check"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Markdown (if exists)
|
||||
if [[ -n "$(git ls-files '*.md')" ]]; then
|
||||
info "checking Markdown style"
|
||||
|
||||
Reference in New Issue
Block a user