mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
cargo-kcov is broken on rust versions >=1.71.0. This is currently blocking us from upgrading to the new toolchain version (1.72.0), which is required to compile linux-loader (due to one dependency having a MSRV policy of "N-2", meaning our current toolchain is no longer supported). Signed-off-by: Patrick Roy <roypat@amazon.co.uk>