cargo-binstall: Update to version 1.6.2

This commit is contained in:
github-actions[bot] 2024-02-07 20:23:45 +00:00
parent 97d497cf4a
commit 827b7907d5

View File

@ -1,16 +1,16 @@
{ {
"version": "1.6.0", "version": "1.6.2",
"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.0/cargo-binstall-x86_64-pc-windows-msvc.zip", "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.2/cargo-binstall-x86_64-pc-windows-msvc.zip",
"hash": "sha256:0D37A0B39DFEE1E48F4FB38E9028DA81A0D7F78B66BD2DF1FA5A64DE786249BA" "hash": "66ae32e2e92e094552dc4eb2cfb8a6ec204e6b77e38592e5ec7fd36b89b06e6f"
}, },
"arm64": { "arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.0/cargo-binstall-aarch64-pc-windows-msvc.zip", "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.2/cargo-binstall-aarch64-pc-windows-msvc.zip",
"hash": "sha256:E3D01324E569DC4C7E09370D3B80FBE35870055D5EF8C6A0FD5F724DDA7ADA4E" "hash": "9b2c12366d9c7944d9839658fccfe7d1008f838e026bd0f4ab766fec468d1246"
} }
}, },
"bin": "cargo-binstall.exe", "bin": "cargo-binstall.exe",
@ -20,10 +20,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v$version/cargo-binstall-x86_64-pc-windows-msvc.zip", "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v$version/cargo-binstall-x86_64-pc-windows-msvc.zip"
}, },
"arm64": { "arm64": {
"url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v$version/cargo-binstall-aarch64-pc-windows-msvc.zip", "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v$version/cargo-binstall-aarch64-pc-windows-msvc.zip"
} }
} }
} }