pin proc-macro versions
There's a breaking change in syn 2
This commit is contained in:
parent
9412ab6fe5
commit
7bde97debc
1 changed files with 3 additions and 3 deletions
|
@ -8,6 +8,6 @@ edition = "2021"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "*", features = ["extra-traits"]}
|
syn = { version = "1", features = ["extra-traits"]}
|
||||||
quote = "*"
|
quote = "1"
|
||||||
proc-macro2 = "*"
|
proc-macro2 = "1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue