chore(napi-derive): pin minimum usable version of dependency syn (#1293)
This commit is contained in:
parent
76fd7b7526
commit
26f6c926d3
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue