diff --git a/CHANGELOG.md b/CHANGELOG.md index 2881ef7b..0f0f3d28 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-binstall@latest` to 0.20.1. + ## [2.4.0] - 2023-02-11 - Support `cargo-tarpaulin`. ([#65](https://github.com/taiki-e/install-action/pull/65), thanks @orhun) diff --git a/manifests/cargo-binstall.json b/manifests/cargo-binstall.json index a225007a..86088f5b 100644 --- a/manifests/cargo-binstall.json +++ b/manifests/cargo-binstall.json @@ -20,26 +20,26 @@ } }, "latest": { - "version": "0.19.3" + "version": "0.20.1" }, - "0.19.3": { + "0.20.1": { "x86_64_linux_musl": { - "checksum": "da46fac978af7d86820d1b6bbd14cfd10187bc25ac14c0236d3de8da7d92a183" + "checksum": "4729eea4277f0cfb72dd983984ef7b3938f0af5f0e256ca6e6b90c6177decbb2" }, "x86_64_macos": { - "checksum": "237a702ac2ee3130bff3624a7296ec471c6b6ff45cc29af30216b50f2124af5d" + "checksum": "8b057687f4e367bd51c2feb7f9473d2fe50fa54273ec9ae61e4e0238044f4761" }, "x86_64_windows": { - "checksum": "053a32c20f44439366fdff80f5106097d6c3d128cb436cb0f425f32ed608d78b" + "checksum": "467b0abcabe9c0456f721d108c90b53ea050d121f7c9ae8b23a048d0f55bad16" }, "aarch64_linux_musl": { - "checksum": "be6c2542f093f393aa72734c96b12a353ec94232afba86fa6e93f25ed6d0669e" + "checksum": "8f7b6f899de74110bf7426ca9d579d4981c67a13ada64907e7095a0cd1b3f116" }, "aarch64_macos": { - "checksum": "ba01100fbd810977b4e12deddfaab0516acc96cded05e00ccb4acfcab7d67f7c" + "checksum": "05a1cb0a1c779263f0173e351cc5e6aab0dfc49a7c1fa5152422c4e9d16b13c0" }, "aarch64_windows": { - "checksum": "22aa13d36cba7d1aee1a531bed53374c6ed3d02daf542fd65eee3c5dad700bc8" + "checksum": "39e011c1e13b0f510c8c729de4bc4c93984f88c4d30cfa975e9672320ac7bd8a" } } }