mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 04:37:45 +00:00
Enable Cargo's sparse protocol in CI This enables the sparse protocol in CI in order to exercise and dogfood it. This is intended test the production server in a real-world situation. Closes #107342