Update changelog

This commit is contained in:
Taiki Endo
2022-07-26 11:33:44 +09:00
parent cfca345a65
commit c430b7f8ce

View File

@@ -12,6 +12,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Only use musl binaries for nextest if glibc isn't available. See [#13](https://github.com/taiki-e/install-action/issues/13) for more.
- Fix cargo-binstall installation failure. ([#16](https://github.com/taiki-e/install-action/pull/16), thanks @CAD97)
- Accept `cargo-nextest` as an alias for `nextest`. ([#15](https://github.com/taiki-e/install-action/pull/15), thanks @CAD97)
## [1.7.0] - 2022-07-25
- Install Rust-related binaries to `/usr/local/bin` when `$CARGO_HOME/bin` and `$HOME/.cargo/bin` is not available.