Install Rust-related binaries to /usr/local/bin when cargo home is not available

This commit is contained in:
Taiki Endo
2022-07-25 20:00:53 +09:00
parent 36cb23f9a6
commit 8aa291abce
3 changed files with 20 additions and 15 deletions

View File

@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Install Rust-related binaries to `/usr/local/bin` when `$CARGO_HOME/bin` and `$HOME/.cargo/bin` is not available.
## [1.6.1] - 2022-07-25
- Fix diagnostics.
@@ -20,7 +22,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Support mdbook on Windows.
- Support wasmtime on Windows.
- Support nextest on Linux (musl).
- Fix installation failure when `$CARGO_HOME/bin` or `$HOME/.cargo/bin` is not available.
- Fix installation failure when `$CARGO_HOME/bin` and `$HOME/.cargo/bin` is not available.
## [1.5.11] - 2022-07-25