Skip to content

Commit 4ed6f0e

Browse files
committed
fix(build): remove unused junction dependency from vite_global_cli
The junction crate was moved to vite_setup when extracting the shared installation logic. cargo-shear correctly flagged it as unused.
1 parent 9a80acc commit 4ed6f0e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/vite_global_cli/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ vite_shared = { workspace = true }
3535
vite_str = { workspace = true }
3636
vite_workspace = { workspace = true }
3737

38-
[target.'cfg(windows)'.dependencies]
39-
junction = { workspace = true }
40-
4138
[dev-dependencies]
4239
serial_test = { workspace = true }
4340
tempfile = { workspace = true }

0 commit comments

Comments
 (0)