cargo-binstall: Update to version 1.6.5

This commit is contained in:
github-actions[bot] 2024-05-03 12:30:52 +00:00
parent f2e7cb01c3
commit c45ed47927

View File

@ -1,16 +1,16 @@
{ {
"version": "1.6.4", "version": "1.6.5",
"description": "Binary installation for rust projects", "description": "Binary installation for rust projects",
"homepage": "https://github.com/cargo-bins/cargo-binstall", "homepage": "https://github.com/cargo-bins/cargo-binstall",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.4/cargo-binstall-x86_64-pc-windows-msvc.zip", "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.5/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "2a05851e1a854cc27c7c6a04f665d506bf2b7aa0aa62721a82af9aeeff9d20d2" "hash": "0da0dbdf8f6801f756f5e1d9324b6f495d5288d06550adba336a521fe28c338d"
}, },
"arm64": { "arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.4/cargo-binstall-aarch64-pc-windows-msvc.zip", "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.5/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "1277c4ae1a772f803355e256192c2b8bc434421dbd137a9b895ca8031a31ddb3" "hash": "f4d73bd068f0660bae395222b2414f0eb14b1492cb3a00bc354c852eefdccc64"
} }
}, },
"bin": "cargo-binstall.exe", "bin": "cargo-binstall.exe",