mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
refactor(codegen): reorder dependencies in Cargo.toml (#6514)
This commit is contained in:
parent
235d357600
commit
05a2ebd03c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ workspace = true
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
cow-utils = { workspace = true }
|
||||
oxc_allocator = { workspace = true }
|
||||
oxc_ast = { workspace = true }
|
||||
oxc_index = { workspace = true }
|
||||
|
|
@ -30,6 +29,7 @@ oxc_span = { workspace = true }
|
|||
oxc_syntax = { workspace = true, features = ["to_js_string"] }
|
||||
|
||||
bitflags = { workspace = true }
|
||||
cow-utils = { workspace = true }
|
||||
daachorse = { workspace = true }
|
||||
nonmax = { workspace = true }
|
||||
once_cell = { workspace = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue