Skip to content

Commit fd6c548

Browse files
authored
no redundant venvlauncher targets (#6554)
1 parent ce00640 commit fd6c548

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

crates/venvlauncher/Cargo.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,11 @@ rust-version.workspace = true
88
repository.workspace = true
99
license.workspace = true
1010

11-
[[bin]]
12-
name = "venvlauncher"
13-
path = "src/main.rs"
14-
15-
[[bin]]
16-
name = "venvwlauncher"
17-
path = "src/main.rs"
18-
1911
# Free-threaded variants (RustPython uses Py_GIL_DISABLED=true)
2012
[[bin]]
2113
name = "venvlaunchert"
2214
path = "src/main.rs"
2315

24-
[[bin]]
25-
name = "venvwlaunchert"
26-
path = "src/main.rs"
27-
2816
[target.'cfg(windows)'.dependencies]
2917
windows-sys = { workspace = true, features = [
3018
"Win32_Foundation",

0 commit comments

Comments
 (0)