chore: opt-in for sparse registry protocol (#7206)
Faster registry updates for our developers and the CI/CD pipeline. See <https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html#cargos-sparse-protocol>.pull/24376/head
parent
ca40177695
commit
bdfab5fb64
|
@ -1,3 +1,8 @@
|
|||
# sparse protocol opt-in
|
||||
# See https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html#cargos-sparse-protocol
|
||||
[registries.crates-io]
|
||||
protocol = "sparse"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-fuse-ld=lld",
|
||||
|
|
Loading…
Reference in New Issue