diff options
| -rw-r--r-- | .cargo/config.toml | 5 |
1 files changed, 1 insertions, 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 --" |
