cargo.toml: update tool path

This commit is contained in:
leo 2023-07-01 23:43:45 +02:00
parent 7bd669651d
commit 9cbb4384b4
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -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