From ce55b9619ec1db6098a6a2856e9ccbb54ae337da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 04:26:44 +0000 Subject: [PATCH] cargo-binstall: Update to version 1.6.6 --- bucket/cargo-binstall.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cargo-binstall.json b/bucket/cargo-binstall.json index 963f031440..380cb8d40c 100644 --- a/bucket/cargo-binstall.json +++ b/bucket/cargo-binstall.json @@ -1,16 +1,16 @@ { - "version": "1.6.5", + "version": "1.6.6", "description": "Binary installation for rust projects", "homepage": "https://github.com/cargo-bins/cargo-binstall", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.5/cargo-binstall-x86_64-pc-windows-msvc.zip", - "hash": "0da0dbdf8f6801f756f5e1d9324b6f495d5288d06550adba336a521fe28c338d" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.6/cargo-binstall-x86_64-pc-windows-msvc.zip", + "hash": "5556b4d1c829b854dc71ca3b258950227957d7f9c258f808d8eb15849810a9b4" }, "arm64": { - "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.5/cargo-binstall-aarch64-pc-windows-msvc.zip", - "hash": "f4d73bd068f0660bae395222b2414f0eb14b1492cb3a00bc354c852eefdccc64" + "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.6/cargo-binstall-aarch64-pc-windows-msvc.zip", + "hash": "bf7321de10806e051868819c3fe61127f5bac1619181c955da06f5e06c2612e8" } }, "bin": "cargo-binstall.exe",