cargo.toml: update tool path
This commit is contained in:
parent
7bd669651d
commit
9cbb4384b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user