mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 08:30:51 +00:00
bump syn to 0.15.29
(older versions didn't have the `syn::Result` type, it seems?)
This commit is contained in:
parent
c040b0c673
commit
f0d2b964e2
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ proc-macro = true
|
||||||
heck = "0.3"
|
heck = "0.3"
|
||||||
proc-macro2 = "0.4"
|
proc-macro2 = "0.4"
|
||||||
quote = "0.6"
|
quote = "0.6"
|
||||||
syn = { version = "0.15", features = ["full", "extra-traits"] }
|
syn = { version = "0.15.29", features = ["full", "extra-traits"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue