Update to syn 0.11

This commit is contained in:
David Tolnay 2017-01-27 15:25:42 -08:00
parent dd13fd3a34
commit c0a06bdc96
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ unstable-testing = ["clippy"]
[dependencies]
clippy = { version = "0.*", optional = true }
syn = "0.10"
syn = "0.11"
[badges]
travis-ci = { repository = "serde-rs/serde" }

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"] }