Skip to content

Commit fb916b2

Browse files
committed
style(regular_expression): re-order dependencies in Cargo.toml (#6672)
Follow-on after #6404. Nit. Group optional dependencies together.
1 parent e310e52 commit fb916b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_regular_expression/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ oxc_span = { workspace = true }
2828

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

33+
serde = { workspace = true, optional = true }
3434
wasm-bindgen = { workspace = true, optional = true }
3535

3636
[features]

0 commit comments

Comments
 (0)