Skip to content

Commit 0ea8ea2

Browse files
DunqingDonIsaac
authored andcommitted
Revert "chore: fix failed publish caused by cyclic dev dependencies " (#4419)
Reverts #4416 This trick doesn't work for crates that have circular dependencies on each other that all need to be published!
1 parent 99458f4 commit 0ea8ea2

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)