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
…4416)"

This reverts commit 01f33cf.
  • Loading branch information
Dunqing authored Jul 23, 2024
1 parent 426016d commit bb27d61
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 bb27d61

Please sign in to comment.