cargo config: enable future-incompat-report
This commit is contained in:
parent
3d408f8fee
commit
7850ae0321
@ -2,3 +2,6 @@
|
||||
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
|
||||
|
||||
[future-incompat-report]
|
||||
frequency = 'always' # when to display a notification about a future incompat report
|
||||
|
Loading…
Reference in New Issue
Block a user