Skip to content

Commit

Permalink
style(regular_expression): re-order dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 19, 2024
1 parent e310e52 commit 8d3e638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_regular_expression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ oxc_span = { workspace = true }

phf = { workspace = true, features = ["macros"] }
rustc-hash = { workspace = true }
serde = { workspace = true, optional = true }
unicode-id-start = { workspace = true }

serde = { workspace = true, optional = true }
wasm-bindgen = { workspace = true, optional = true }

[features]
Expand Down

0 comments on commit 8d3e638

Please sign in to comment.