We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99458f4 commit 0ea8ea2Copy full SHA for 0ea8ea2
crates/oxc_mangler/Cargo.toml
@@ -28,9 +28,7 @@ oxc_index = { workspace = true }
28
itertools = { workspace = true }
29
30
[dev-dependencies]
31
-# Using `path` instead of `workspace = true` Workaround for https://github.com/rust-lang/cargo/issues/4242
32
-# ref: https://github.com/rust-lang/futures-rs/pull/2305
33
-oxc_codegen = { path = "../oxc_codegen" }
+oxc_codegen = { workspace = true }
34
oxc_parser = { workspace = true }
35
oxc_span = { workspace = true }
36
oxc_allocator = { workspace = true }
0 commit comments