mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(Cargo.toml): relax quote
This commit is contained in:
parent
85e3119905
commit
55a0e9e960
1 changed files with 1 additions and 1 deletions
|
|
@ -113,6 +113,7 @@ napi-derive = "3.0.0-alpha.11"
|
|||
|
||||
# Relaxed version so the user can decide which version to use.
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = { version = "2", default-features = false }
|
||||
unicode-id-start = "1"
|
||||
|
||||
|
|
@ -170,7 +171,6 @@ phf = "0.11.2"
|
|||
pico-args = "0.5.0"
|
||||
prettyplease = "0.2.22"
|
||||
project-root = "0.2.2"
|
||||
quote = "1.0.37"
|
||||
rayon = "1.10.0"
|
||||
regex = "1.11.0"
|
||||
ropey = "1.6.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue