mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore: make oxc_index dependency on serde optional. (#3103)
nothing fancy here, just a simple change.
This commit is contained in:
parent
5866086d17
commit
df2beb2d75
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ workspace = true
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true }
|
||||
serde = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
serialize = []
|
||||
serialize = ["dep:serde"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue