Skip to content

Commit bb27d61

Browse files
authored
Revert "chore: fix failed publish caused by cyclic dev dependencies (#4416)"
This reverts commit 01f33cf.
1 parent 426016d commit bb27d61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/oxc_mangler/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ oxc_index = { workspace = true }
2828
itertools = { workspace = true }
2929

3030
[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" }
31+
oxc_codegen = { workspace = true }
3432
oxc_parser = { workspace = true }
3533
oxc_span = { workspace = true }
3634
oxc_allocator = { workspace = true }

0 commit comments

Comments
 (0)