diff --git a/src/recipe/lang/Rust/Cargo.c b/src/recipe/lang/Rust/Cargo.c index 940b5a8a..2ef9b700 100644 --- a/src/recipe/lang/Rust/Cargo.c +++ b/src/recipe/lang/Rust/Cargo.c @@ -10,7 +10,7 @@ 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-07-22"); + chef_set_last_updated (this, "2025-09-06"); chef_set_sources_last_updated (this, "2025-06-18"); chef_set_chef (this, NULL); @@ -71,7 +71,7 @@ pl_rust_cargo_setsrc (char *option) chsrc_note2 (xy_strcat (3, "请手动写入以下内容到 ", xy_normalize_path ("~/.cargo/config.toml"), " 文件中:")); println (content); - chsrc_determine_chgtype (ChgType_Auto); + chsrc_determine_chgtype (ChgType_Manual); chsrc_conclude (&source); }