Fix cargo dist install target path

This commit is contained in:
Pekka Enberg
2024-07-17 16:51:01 +03:00
parent 088315c720
commit 013b634c5f
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## Unreleased
### Changed
- Install to `~/.limbo/` instead of `CARGO_HOME`.
## 0.0.1 - 2024-07-17
### Added

View File

@@ -23,7 +23,7 @@ ci = "github"
installers = ["shell"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
pr-run-mode = "plan"
install-path = "CARGO_HOME"
install-path = "~/.limbo/"
install-updater = true
[profile.dist]