Update cargo-machete@latest to 0.9.1

This commit is contained in:
Taiki Endo
2025-08-15 21:09:31 +00:00
parent 228dab2329
commit 9d6ceaeb98
2 changed files with 30 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
- Update `cargo-machete@latest` to 0.9.1.
## [2.58.15] - 2025-08-15 ## [2.58.15] - 2025-08-15
- Update `cargo-machete@latest` to 0.9.0. - Update `cargo-machete@latest` to 0.9.0.

View File

@@ -3,10 +3,36 @@
"template": null, "template": null,
"license_markdown": "[MIT](https://github.com/bnjbvr/cargo-machete/blob/main/LICENSE.md)", "license_markdown": "[MIT](https://github.com/bnjbvr/cargo-machete/blob/main/LICENSE.md)",
"latest": { "latest": {
"version": "0.9.0" "version": "0.9.1"
}, },
"0.9": { "0.9": {
"version": "0.9.0" "version": "0.9.1"
},
"0.9.1": {
"x86_64_linux_musl": {
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.1/cargo-machete-v0.9.1-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DDDC3CA64ABB0D",
"checksum": "640b0814480b401e4e72201e52a13e1311b8eb8d7c27faa08bbe9886f252f26d",
"bin": "cargo-machete-v0.9.1-x86_64-unknown-linux-musl/cargo-machete"
},
"x86_64_macos": {
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.1/cargo-machete-v0.9.1-x86_64-apple-darwin.tar.gz",
"etag": "0x8DDDC3CAD4AC530",
"checksum": "fd0c0dbcc9db0c1b8745fe9dc4f273d838b04391c6e487d1146957bf687a9703",
"bin": "cargo-machete-v0.9.1-x86_64-apple-darwin/cargo-machete"
},
"x86_64_windows": {
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.1/cargo-machete-v0.9.1-x86_64-pc-windows-msvc.tar.gz",
"etag": "0x8DDDC3CCBDFEDF5",
"checksum": "c812550857db16ae352ae0b3a67ad806a172e7caf33380fc338fca298faf3ec8",
"bin": "cargo-machete-v0.9.1-x86_64-pc-windows-msvc/cargo-machete.exe"
},
"aarch64_macos": {
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.9.1/cargo-machete-v0.9.1-aarch64-apple-darwin.tar.gz",
"etag": "0x8DDDC3CA9378A6D",
"checksum": "72355383848acb154060e6fea2d5b7d58a825ed49fef157b46a6fe25180f8638",
"bin": "cargo-machete-v0.9.1-aarch64-apple-darwin/cargo-machete"
}
}, },
"0.9.0": { "0.9.0": {
"x86_64_linux_musl": { "x86_64_linux_musl": {