mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
Fix cargo dist install target path
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
|
||||
- Install to `~/.limbo/` instead of `CARGO_HOME`.
|
||||
|
||||
## 0.0.1 - 2024-07-17
|
||||
|
||||
### Added
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user