fetchCrate: download crates from static.crates.io

(cherry picked from commit e37f43a408)
This commit is contained in:
Erin
2026-05-27 18:26:54 -05:00
committed by github-actions[bot]
parent 9b13fccc93
commit 63f5f0cc5a

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,
...