The versions older than 0.18.6 have a bug which causes them to error out prematurely. Servo's mach test-tidy currently doesn't catch this issue so we are silently allow patches that would otherwise fail cargo-deny to land.
After servo/servo#41853 lands, ./mach test-tidy will start failing if the self-hosted runner's cargo-deny version is older than 0.18.6. So, we should ensure the self-hosted runners move the 0.19.0 to match the github hosted runners.
The versions older than 0.18.6 have a bug which causes them to error out prematurely. Servo's
mach test-tidycurrently doesn't catch this issue so we are silently allow patches that would otherwise failcargo-denyto land.After servo/servo#41853 lands,
./mach test-tidywill start failing if the self-hosted runner's cargo-deny version is older than 0.18.6. So, we should ensure the self-hosted runners move the 0.19.0 to match the github hosted runners.