From 0c7930dbe6582d4e9bb2d38f80cf7b039d5d869b Mon Sep 17 00:00:00 2001 From: fossdd <fossdd@pwned.life> Date: Sun, 10 Nov 2024 21:05:18 +0100 Subject: [PATCH] default.conf: remove CARGO_REGISTRIES_CRATES_IO_PROTOCOL `sparse` is the default protocol for accessing crates.io since 2023 March. Ref: https://github.com/rust-lang/cargo/pull/11791 --- default.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/default.conf b/default.conf index e4abe6b0..e85b2c71 100644 --- a/default.conf +++ b/default.conf @@ -17,7 +17,6 @@ export CARGO_PROFILE_RELEASE_OPT_LEVEL="s" export CARGO_PROFILE_RELEASE_PANIC="abort" export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 export CARGO_PROFILE_RELEASE_LTO="true" -export CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse" export CTEST_OUTPUT_ON_FAILURE=ON export CTEST_NO_TESTS_ACTION=error -- GitLab