We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cf0e6 commit 01f33cfCopy full SHA for 01f33cf
crates/oxc_mangler/Cargo.toml
@@ -28,7 +28,9 @@ oxc_index = { workspace = true }
28
itertools = { workspace = true }
29
30
[dev-dependencies]
31
-oxc_codegen = { workspace = true }
+# 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" }
34
oxc_parser = { workspace = true }
35
oxc_span = { workspace = true }
36
oxc_allocator = { workspace = true }
0 commit comments