Skip to content

Commit f6633f2

Browse files
committed
Use XDG (i.e. ~/.local/bin) instead of the Cargo home directory in the installer
1 parent 0184ccd commit f6633f2

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
@@ -303,4 +303,4 @@ github-custom-job-permissions = { "build-docker" = { packages = "write", content
303303
# Whether to install an updater program
304304
install-updater = false
305305
# Path that installers should place binaries in
306-
install-path = "CARGO_HOME"
306+
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]

0 commit comments

Comments
 (0)