Skip to content

Commit f15d8a9

Browse files
committed
再次修正链接
思源镜像站真恶心,就它不一样
1 parent fd5604a commit f15d8a9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/recipe/lang/Rust/Cargo.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* SPDX-License-Identifier: GPL-3.0-or-later
33
* ------------------------------------------------------------*/
44

5+
#define RAWSTR_pl_rust_cargo_default_download_url "https://static.crates.io/crates/windows/windows-0.58.0.crate"
6+
#define RAWSTR_pl_rust_cargo_custom_default_download_url "api/v1/crates/windows/0.58.0/download"
7+
58
def_target(pl_rust_cargo, "rust/cargo/crate/crates");
69

710
void
@@ -10,8 +13,8 @@ pl_rust_cargo_prelude (void)
1013
chef_prep_this (pl_rust_cargo, gsr);
1114

1215
chef_set_created_on (this, "2023-08-30");
13-
chef_set_last_updated (this, "2025-12-29");
14-
chef_set_sources_last_updated (this, "2025-12-29");
16+
chef_set_last_updated (this, "2025-12-30");
17+
chef_set_sources_last_updated (this, "2025-12-30");
1518

1619
chef_set_chef (this, NULL);
1720
chef_set_cooks (this, 2, "@Mikachu2333", "@ccmywish");

0 commit comments

Comments
 (0)