mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
fix(transformer): add serde "derive" feature to fix compile error
This commit is contained in:
parent
64c4b825f1
commit
21a5e4433f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ oxc_allocator = { workspace = true }
|
|||
oxc_semantic = { workspace = true }
|
||||
oxc_diagnostics = { workspace = true }
|
||||
|
||||
serde = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
oxc_parser = { workspace = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue