From 9cbb4384b4fc8b5330fad1488c1f0fdbd248fe12 Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 1 Jul 2023 23:43:45 +0200 Subject: [PATCH] cargo.toml: update tool path --- .cargo/config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 240ca5b..ee6f89a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,7 +1,8 @@ [build] jobs = 2 # number of parallel jobs, defaults to # of CPUs -rustc = ".cargo/bin/rustc" # the rust compiler tool -rustc-wrapper = ".cargo/bin/sccache" # enable sccache +#rustc = ".cargo/bin/rustc" # the rust compiler tool +# rustc-wrapper = "/usr/sbin/sccache" # enable sccache +rustc-wrapper = "sccache" # enable sccache [future-incompat-report] frequency = 'always' # when to display a notification about a future incompat report