mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
chore(napi-derive): pin minimum usable version of dependency syn (#1293)
This commit is contained in:
parent
76fd7b7526
commit
26f6c926d3
@ -21,7 +21,7 @@ type-def = ["regex", "once_cell"]
|
||||
convert_case = "0.5"
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = { version = "1", features = ["fold", "full", "extra-traits"] }
|
||||
syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] }
|
||||
|
||||
[dependencies.regex]
|
||||
optional = true
|
||||
|
||||
@ -26,7 +26,7 @@ convert_case = "0.5"
|
||||
napi-derive-backend = { version = "1.0.37", path = "../backend" }
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = { version = "1.0", features = ["fold", "full", "extra-traits"] }
|
||||
syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] }
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user