Update to syn 0.11

This commit is contained in:
David Tolnay
2017-01-27 15:25:42 -08:00
parent dd13fd3a34
commit c0a06bdc96
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ proc-macro = true
clippy = { version = "0.*", optional = true }
quote = "0.3.8"
serde_codegen_internals = { version = "=0.11.3", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.10", features = ["aster", "visit"] }
syn = { version = "0.11", features = ["aster", "visit"] }