Skip to content

Commit 71b5615

Browse files
committed
Use ~/.local/bin install path instead of CARGO_HOME
1 parent 45c0e35 commit 71b5615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ targets = [
3131
"aarch64-apple-darwin",
3232
"x86_64-pc-windows-msvc",
3333
]
34-
install-path = "CARGO_HOME"
34+
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]
3535

3636
# The profile that 'dist' will build with
3737
[profile.dist]

0 commit comments

Comments
 (0)