mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-03-10 12:35:17 +08:00
Update rustup
binary upstream
This commit is contained in:
parent
6050b617aa
commit
d676f8974e
@ -5,15 +5,21 @@
|
|||||||
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
||||||
* |
|
* |
|
||||||
* Created On : <2024-10-02>
|
* Created On : <2024-10-02>
|
||||||
* Last Modified : <2024-11-22>
|
* Last Modified : <2024-12-18>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
static SourceProvider_t pl_rust_binary_upstream =
|
||||||
|
{
|
||||||
|
def_upstream, "https://www.rust-lang.org/",
|
||||||
|
def_need_measure_info
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @update 2024-10-02
|
* @update 2024-12-18
|
||||||
*/
|
*/
|
||||||
static Source_t pl_rust_rustup_sources[] =
|
static Source_t pl_rust_rustup_sources[] =
|
||||||
{
|
{
|
||||||
{&UpstreamProvider, "https://static.rust-lang.org"},
|
{&pl_rust_binary_upstream, "https://static.rust-lang.org"},
|
||||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rustup"},
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rustup"},
|
||||||
{&Ustc, "https://mirrors.ustc.edu.cn/rust-static"},
|
{&Ustc, "https://mirrors.ustc.edu.cn/rust-static"},
|
||||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/rust-static"},
|
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/rust-static"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user