From 0ecf1f2f4dc1be63eb6dbc08df3de03807f6d87a Mon Sep 17 00:00:00 2001 From: Kinflou Date: Tue, 1 Sep 2026 21:29:08 +0800 Subject: [PATCH] refactor: get comline-codegen-rust from ComlineProject/comline-rust MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rollout step 5 follow-up. The rust generator lives in its own repo now; repoint the dep (comline-rust rev 070c777). All comline-codegen paths still resolve to generation 4f29f4f — one comline-codegen, one comline-core. No code change. Builds clean; 36 + 2 tests pass; fmt clean. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d50764..6618f86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "comline-codegen-rust" version = "0.1.0" -source = "git+https://github.com/ComlineProject/generation?rev=4f29f4fce4e2e0b3775e4d687a7188112eaf58e3#4f29f4fce4e2e0b3775e4d687a7188112eaf58e3" +source = "git+https://github.com/ComlineProject/comline-rust?rev=070c77759b77f3f9a51ae217734277c95414f71f#070c77759b77f3f9a51ae217734277c95414f71f" dependencies = [ "comline-codegen", "comline-core", diff --git a/Cargo.toml b/Cargo.toml index df7f196..0cd2634 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ toml = "0.8" # `comline-core` in the tree. Local dev: see .cargo/config. comline-core = { git = "https://github.com/ComlineProject/core", rev = "aa84d970d3295df59cc3e620bdb71bf96382f97b" } comline-codegen = { git = "https://github.com/ComlineProject/generation", rev = "4f29f4fce4e2e0b3775e4d687a7188112eaf58e3" } -comline-codegen-rust = { git = "https://github.com/ComlineProject/generation", rev = "4f29f4fce4e2e0b3775e4d687a7188112eaf58e3" } +comline-codegen-rust = { git = "https://github.com/ComlineProject/comline-rust", rev = "070c77759b77f3f9a51ae217734277c95414f71f" } comline-codegen-typescript = { git = "https://github.com/ComlineProject/comline-typescript", rev = "97d8b2ea3db8b0489eaa8a1ad1fa2e89cfb391e6" } [target.'cfg(unix)'.dependencies]