Skip to content

Commit 71122ca

Browse files
committed
Use XDG (i.e. ~/.local/bin) instead of the Cargo home directory in the installer
1 parent 3198ee9 commit 71122ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@ github-custom-job-permissions = { "build-docker" = { packages = "write", content
329329
# Whether to install an updater program
330330
install-updater = false
331331
# Path that installers should place binaries in
332-
install-path = "CARGO_HOME"
332+
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]

0 commit comments

Comments
 (0)