Commit 8f3da5ef authored by Konrad Borowski's avatar Konrad Borowski
Browse files

Bump syn dep to 2

parent 4ff734fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,4 +11,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
syn = { version = "2", features = ["full"] }