From 54dbb0ea687f55749a9d4f3475daeff726de388d Mon Sep 17 00:00:00 2001 From: Mikachu2333 Date: Mon, 6 Oct 2025 01:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20contributor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/lang/Rust/Cargo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/recipe/lang/Rust/Cargo.c b/src/recipe/lang/Rust/Cargo.c index e4401f6..9794867 100644 --- a/src/recipe/lang/Rust/Cargo.c +++ b/src/recipe/lang/Rust/Cargo.c @@ -10,12 +10,12 @@ pl_rust_cargo_prelude (void) chef_prep_this (pl_rust_cargo, gsr); chef_set_created_on (this, "2023-08-30"); - chef_set_last_updated (this, "2025-10-03"); + chef_set_last_updated (this, "2025-10-06"); chef_set_sources_last_updated (this, "2025-06-18"); chef_set_chef (this, NULL); - chef_set_cooks (this, 1, "@ccmywish"); - chef_set_sauciers (this, 2, "@happy-game", "@Mikachu2333"); + chef_set_cooks (this, 2, "@ccmywish", "@Mikachu2333"); + chef_set_sauciers (this, 1, "@happy-game"); chef_allow_local_mode (this, PartiallyCan, "可以基于本项目换源吗?请帮助确认", "Can it change sources based on this project? Please help confirm"); chef_forbid_english (this);