From 414a5a7ab570d79665fdadea3906ddd13623f005 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 11:50:09 +0800 Subject: ci: promote cin alias to ci --- .cargo/config.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index bfc711f..f0b35b3 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,8 +4,5 @@ target-dir = "./.temp/target" [env] [alias] -ci = "run --manifest-path .run/Cargo.toml --bin ci --quiet --" +ci = "run --manifest-path mingling_ci/Cargo.toml --bin ci --quiet --" dev_tool = "run --manifest-path .run/Cargo.toml --quiet --bin " - -# CI Next (Developing) -cin = "run --manifest-path mingling_ci/Cargo.toml --bin ci --quiet --" -- cgit