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