From 4e5c74e2af4cb9438bc52704d2ab8c976561d4b5 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 4 Nov 2019 21:13:34 -0500 Subject: [PATCH] cargo: use ~/bin/rust --- build-system/cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-system/cargo.toml b/build-system/cargo.toml index 436773d..babd35d 100644 --- a/build-system/cargo.toml +++ b/build-system/cargo.toml @@ -1,5 +1,5 @@ [build] -target-dir = "/home/marrub/bin/_rs" +target-dir = "/home/marrub/bin/rust" [install] root = "/home/marrub/.local"