From 0ed66b7383a8e38384a183e0cb48b19bfc981c90 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 13 Aug 2022 16:14:20 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b38a15..b916c593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Make installation that uses `cargo-binstall` robust. ([#19](https://github.com/taiki-e/install-action/pull/19), thanks @NobodyXu) + ## [1.11.0] - 2022-08-13 - Update `cargo-hack@latest` to 0.5.17. -- Support `cargo-udeps`. +- Support `cargo-udeps`. ([#17](https://github.com/taiki-e/install-action/pull/17), thanks @gifnksm) ## [1.10.4] - 2022-08-06