Skip to content

Commit

Permalink
Revert "chore: fix failed publish caused by cyclic dev dependencies " (
Browse files Browse the repository at this point in the history
…#4419)

Reverts #4416

This trick doesn't work for crates that have circular dependencies on
each other that all need to be published!
  • Loading branch information
Dunqing authored Jul 23, 2024
1 parent 426016d commit 25dab7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/oxc_mangler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 25dab7b

Please sign in to comment.