cargo config: enable future-incompat-report

This commit is contained in:
surtur 2022-04-16 17:27:37 +02:00
parent 3d408f8fee
commit 7850ae0321
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

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