From 7f4e7629213d55723616d2cbfc0699c942e07017 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 12 Mar 2023 15:43:30 -0400 Subject: ci: use sparse crates.io registries in CI (#1057) --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index c9d091f1..c7f6cd4b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,6 +38,7 @@ env: CARGO_INCREMENTAL: 0 CARGO_PROFILE_DEV_DEBUG: 0 CARGO_HUSKY_DONT_INSTALL_HOOKS: true + CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse test_task: auto_cancellation: false -- cgit v1.2.3