chore(Cargo.toml): relax quote

This commit is contained in:
Boshen 2024-10-15 13:45:03 +08:00
parent 85e3119905
commit 55a0e9e960
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -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"