Support cargo-udeps on more platforms

This commit is contained in:
Taiki Endo
2023-05-07 02:30:15 +09:00
parent b31ec2c441
commit 9c28344380
4 changed files with 54 additions and 17 deletions

View File

@@ -18,6 +18,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Update `cargo-nextest@latest` to 0.9.52.
- Support `cargo-udeps` on Linux (musl) and aarch64 Linux/macOS/Windows.
## [2.8.0] - 2023-05-03
- Trim whitespace from tool names. ([#115](https://github.com/taiki-e/install-action/pull/115))