From af3b936c486e490dea813ccb067cbdf0fa298357 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Sun, 28 Dec 2025 00:55:34 +0900 Subject: [PATCH] no redundant venvlauncher targets --- crates/venvlauncher/Cargo.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/crates/venvlauncher/Cargo.toml b/crates/venvlauncher/Cargo.toml index d59a3a0269f..ac3ea106b7a 100644 --- a/crates/venvlauncher/Cargo.toml +++ b/crates/venvlauncher/Cargo.toml @@ -8,23 +8,11 @@ rust-version.workspace = true repository.workspace = true license.workspace = true -[[bin]] -name = "venvlauncher" -path = "src/main.rs" - -[[bin]] -name = "venvwlauncher" -path = "src/main.rs" - # Free-threaded variants (RustPython uses Py_GIL_DISABLED=true) [[bin]] name = "venvlaunchert" path = "src/main.rs" -[[bin]] -name = "venvwlaunchert" -path = "src/main.rs" - [target.'cfg(windows)'.dependencies] windows-sys = { workspace = true, features = [ "Win32_Foundation",