[Backport release-25.11] fetchCrate: download crates from static.crates.io (#525491)

This commit is contained in:
Ryan Lahfa
2026-06-02 15:25:21 +00:00
committed by GitHub

View File

@@ -9,7 +9,7 @@
pname ? null,
# The `dl` field of the registry's index configuration
# https://doc.rust-lang.org/cargo/reference/registry-index.html#index-configuration
registryDl ? "https://crates.io/api/v1/crates",
registryDl ? "https://static.crates.io/crates",
version,
unpack ? true,
...