cargo.toml: update tool path
This commit is contained in:
parent
7bd669651d
commit
9cbb4384b4
@ -1,7 +1,8 @@
|
|||||||
[build]
|
[build]
|
||||||
jobs = 2 # number of parallel jobs, defaults to # of CPUs
|
jobs = 2 # number of parallel jobs, defaults to # of CPUs
|
||||||
rustc = ".cargo/bin/rustc" # the rust compiler tool
|
#rustc = ".cargo/bin/rustc" # the rust compiler tool
|
||||||
rustc-wrapper = ".cargo/bin/sccache" # enable sccache
|
# rustc-wrapper = "/usr/sbin/sccache" # enable sccache
|
||||||
|
rustc-wrapper = "sccache" # enable sccache
|
||||||
|
|
||||||
[future-incompat-report]
|
[future-incompat-report]
|
||||||
frequency = 'always' # when to display a notification about a future incompat report
|
frequency = 'always' # when to display a notification about a future incompat report
|
||||||
|
Loading…
Reference in New Issue
Block a user