From cb1678ce23768c09f61a268f0b8b6467453b4d1d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 24 Jun 2026 10:29:32 +0900 Subject: [PATCH] Update cargo-rdme manifest --- CHANGELOG.md | 2 ++ TOOLS.md | 4 ++-- manifests/cargo-rdme.json | 25 ++++++++++++++++++++++++- tools/codegen/base/cargo-rdme.json | 9 ++++++--- 4 files changed, 34 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1284c4ec..f76db371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `cargo-rdme@latest` to 2.0.1. + ## [2.82.2] - 2026-06-21 - Update `xh@latest` to 0.26.1. diff --git a/TOOLS.md b/TOOLS.md index 040679e4..249f7c94 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -40,7 +40,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho | [**cargo-neat**](https://github.com/killzoner/cargo-neat) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/killzoner/cargo-neat/releases) | Linux, macOS, Windows | [MIT](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-APACHE) | | | [**cargo-nextest**](https://github.com/nextest-rs/nextest) (alias: `nextest`) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/nextest-rs/nextest/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/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/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/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/main/LICENSE.md) | | +| [**cargo-rdme**](https://github.com/orium/cargo-rdme) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/orium/cargo-rdme/releases) | Linux, macOS, Windows | [MIT](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md) | | | [**cargo-semver-checks**](https://github.com/obi1kenobi/cargo-semver-checks) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/obi1kenobi/cargo-semver-checks/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT) | | | [**cargo-shear**](https://github.com/Boshen/cargo-shear) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/Boshen/cargo-shear/releases) | Linux, macOS, Windows | [MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE) | | | [**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/v1.0.9/Cargo.toml#L5) | | @@ -51,7 +51,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho | [**cargo-vet**](https://github.com/mozilla/cargo-vet) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/mozilla/cargo-vet/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/mozilla/cargo-vet/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/mozilla/cargo-vet/blob/main/LICENSE-MIT) | | | [**cargo-xwin**](https://github.com/rust-cross/cargo-xwin) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-cross/cargo-xwin/releases) | Linux, macOS, Windows | [MIT](https://github.com/rust-cross/cargo-xwin/blob/main/LICENSE) | | | [**cargo-zigbuild**](https://github.com/rust-cross/cargo-zigbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-cross/cargo-zigbuild/releases) | Linux, macOS, Windows | [MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE) | | -| [**convco**](https://github.com/convco/convco) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/convco/convco/releases) | Linux, macOS, Windows | [MIT](https://github.com/convco/convco/blob/main/LICENSE) | | +| [**convco**](https://github.com/convco/convco) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/convco/convco/releases) | Linux, macOS, Windows | [MIT](https://github.com/convco/convco/blob/main/LICENSE) | | | [**coreutils**](https://github.com/uutils/coreutils) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/uutils/coreutils/releases) | Linux, macOS, Windows | [MIT](https://github.com/uutils/coreutils/blob/main/LICENSE) | | | [**cosign**](https://github.com/sigstore/cosign) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/sigstore/cosign/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/sigstore/cosign/blob/main/LICENSE) | | | [**covgate**](https://github.com/jesse-black/covgate) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/jesse-black/covgate/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/jesse-black/covgate/blob/main/LICENSE) | | diff --git a/manifests/cargo-rdme.json b/manifests/cargo-rdme.json index e154a285..f46c06b1 100644 --- a/manifests/cargo-rdme.json +++ b/manifests/cargo-rdme.json @@ -2,7 +2,30 @@ "rust_crate": "cargo-rdme", "template": null, "latest": { - "version": "1.4.2" + "version": "2.0.1" + }, + "2": { + "version": "2.0.1" + }, + "2.0": { + "version": "2.0.1" + }, + "2.0.1": { + "x86_64_linux_musl": { + "url": "https://github.com/orium/cargo-rdme/releases/download/v2.0.1/cargo-rdme_v2.0.1_x86_64-unknown-linux-musl.tar.gz", + "etag": "0x8DED0984EFA079A", + "hash": "037abe5c85d969f63572f686fb06166c94c7997b496918693c9b79be6aae3497" + }, + "x86_64_windows": { + "url": "https://github.com/orium/cargo-rdme/releases/download/v2.0.1/cargo-rdme_v2.0.1_x86_64-pc-windows-gnu.zip", + "etag": "0x8DED0987BE63E14", + "hash": "9edc2cba15abeeafd1f0e2461f9079454b4d2042469f61ceb9a5532873509c06" + }, + "aarch64_macos": { + "url": "https://github.com/orium/cargo-rdme/releases/download/v2.0.1/cargo-rdme_v2.0.1_aarch64-apple-darwin.tar.gz", + "etag": "0x8DED0983154167C", + "hash": "190cc1c68d8bea1eb223bb8433d032ffe768afe05bc342fdaa41725b05b836c8" + } }, "2.0.0": { "x86_64_linux_musl": { diff --git a/tools/codegen/base/cargo-rdme.json b/tools/codegen/base/cargo-rdme.json index 18a9031d..ef1c73cd 100644 --- a/tools/codegen/base/cargo-rdme.json +++ b/tools/codegen/base/cargo-rdme.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/orium/cargo-rdme", - "license_markdown": "[MPL-2.0](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md)", + "license_markdown": "[MIT](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md)", "tag_prefix": "v", "rust_crate": "${package}", "broken": [ @@ -12,9 +12,11 @@ "1.4.8", "1.4.9", "1.5.0", - "1.5.1" + "1.5.1", + "2.0.0" ], "asset_name": [ + "${package}_v${version}_${rust_target}.tar.gz", "${package}_v${version}_${rust_target}.tar.bz2", "${package}_v${version}_${rust_target}.zip" ], @@ -23,6 +25,7 @@ "x86_64_macos": {}, "x86_64_windows": { "asset_name": "${package}_v${version}_x86_64-pc-windows-gnu.zip" - } + }, + "aarch64_macos": {} } }