From bb27d61e2912b234270d592753442b287b2e7aec Mon Sep 17 00:00:00 2001 From: Dunqing Date: Tue, 23 Jul 2024 15:51:18 +0800 Subject: [PATCH] Revert "chore: fix failed publish caused by cyclic dev dependencies (#4416)" This reverts commit 01f33cfe1c7f21b0f657b28d2387bef837c4844a. --- crates/oxc_mangler/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/oxc_mangler/Cargo.toml b/crates/oxc_mangler/Cargo.toml index b808906b9a024..e5717b71d7068 100644 --- a/crates/oxc_mangler/Cargo.toml +++ b/crates/oxc_mangler/Cargo.toml @@ -28,9 +28,7 @@ oxc_index = { workspace = true } itertools = { workspace = true } [dev-dependencies] -# Using `path` instead of `workspace = true` Workaround for https://github.com/rust-lang/cargo/issues/4242 -# ref: https://github.com/rust-lang/futures-rs/pull/2305 -oxc_codegen = { path = "../oxc_codegen" } +oxc_codegen = { workspace = true } oxc_parser = { workspace = true } oxc_span = { workspace = true } oxc_allocator = { workspace = true }