mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-11 07:03:34 +08:00
Introduce provider
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
static SourceInfo
|
||||
pl_rust_cargo_sources[] = {
|
||||
{&Upstream, "https://index.crates.io/"}, // @help 是这个吗?
|
||||
{&UpstreamProvider, "https://index.crates.io/"}, // @help 是这个吗?
|
||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/crates.io-index/"},
|
||||
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/crates.io-index/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/crates.io-index/"},
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*/
|
||||
static SourceInfo
|
||||
pl_rust_rustup_sources[] = {
|
||||
{&Upstream, "https://static.rust-lang.org"},
|
||||
{&UpstreamProvider, "https://static.rust-lang.org"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rustup"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/rust-static"},
|
||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/rust-static"},
|
||||
|
Reference in New Issue
Block a user