mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
style(regular_expression): re-order dependencies in Cargo.toml (#6672)
Follow-on after #6404. Nit. Group optional dependencies together.
This commit is contained in:
parent
e310e52ca2
commit
fb916b2532
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue