Update exhaustive matching to syn 1.0.90

This commit is contained in:
David Tolnay
2022-03-28 10:07:23 -07:00
parent 7e19ae8c94
commit b23a768414
7 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0.60"
syn = "1.0.90"
[dev-dependencies]
serde = { version = "1.0", path = "../serde" }