Skip to content

Commit

Permalink
default.conf: remove CARGO_REGISTRIES_CRATES_IO_PROTOCOL
Browse files Browse the repository at this point in the history
`sparse` is the default protocol for accessing crates.io since 2023
March.

Ref: rust-lang/cargo#11791
  • Loading branch information
fossdd authored and ncopa committed Dec 31, 2024
1 parent 9e57f9d commit 0c7930d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c7930d

Please sign in to comment.