From a9a6260eac2450393a841ff43a5919d3c6f360ce Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 11 Oct 2025 15:01:16 +0000 Subject: [PATCH] Update `cargo-sort@latest` to 2.0.2 --- CHANGELOG.md | 2 ++ manifests/cargo-sort.json | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adcb53d..9d51988d 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-sort@latest` to 2.0.2. + - Update `cargo-binstall@latest` to 1.15.7. - Update `uv@latest` to 0.9.2. diff --git a/manifests/cargo-sort.json b/manifests/cargo-sort.json index bd43e8ee..cfc06860 100644 --- a/manifests/cargo-sort.json +++ b/manifests/cargo-sort.json @@ -9,11 +9,20 @@ }, "x86_64_windows": { "url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-x86_64-pc-windows-msvc.zip" + }, + "aarch64_macos": { + "url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-aarch64-apple-darwin.tar.gz" } }, "license_markdown": "[Apache-2.0 OR MIT](https://github.com/DevinR528/cargo-sort/blob/v1.0.9/Cargo.toml#L5)", "latest": { - "version": "1.0.9" + "version": "2.0.2" + }, + "2": { + "version": "2.0.2" + }, + "2.0": { + "version": "2.0.2" }, "2.0.2": { "x86_64_linux_gnu": { @@ -23,6 +32,10 @@ "x86_64_windows": { "etag": "0x8DDE737E805B113", "checksum": "83c7e38a9eec715a3e316371e660d210d20c3b197099dcc38577a9d343b027d5" + }, + "aarch64_macos": { + "etag": "0x8DDE737A964AC94", + "checksum": "46903faf2d281f95637cfb0b136b70d1901e15ec4aeb96b0011fb3d57ba2ad91" } }, "2.0.1": {