From 8f3ba5359206c644d63a13e0223b0671d3221fcb Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 4 Nov 2025 01:04:26 +0000 Subject: [PATCH] Update cargo-rdme manifest --- manifests/cargo-rdme.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/manifests/cargo-rdme.json b/manifests/cargo-rdme.json index 9cb23ec9..88fbeda0 100644 --- a/manifests/cargo-rdme.json +++ b/manifests/cargo-rdme.json @@ -8,6 +8,18 @@ "1": { "version": "1.4.2" }, + "1.5.0": { + "x86_64_linux_musl": { + "url": "https://github.com/orium/cargo-rdme/releases/download/v1.5.0/cargo-rdme_v1.5.0_x86_64-unknown-linux-musl.tar.bz2", + "etag": "0x8DE1A48C529E8DE", + "checksum": "95a4f5563045b2609ed5bb7c37e0224136e57876a5c6dc6e30c9b16628a4330c" + }, + "x86_64_windows": { + "url": "https://github.com/orium/cargo-rdme/releases/download/v1.5.0/cargo-rdme_v1.5.0_x86_64-pc-windows-gnu.zip", + "etag": "0x8DE1A48ED60DAA9", + "checksum": "f9d59427989ae52ef31f41a66168c92f4965911388167b3086011a2795f9e7f3" + } + }, "1.4": { "version": "1.4.2" },