Update to syntex 0.52

This commit is contained in:
David Tolnay
2016-12-24 12:42:23 -05:00
parent 57d3fce0c6
commit 2401ae61a8
2 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -25,5 +25,5 @@ clippy = { version = "^0.*", optional = true }
quote = "0.3.8"
serde_codegen_internals = { version = "=0.11.2", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.10", features = ["aster", "visit"] }
syntex = { version = "^0.50.0", optional = true }
syntex_syntax = { version = "^0.50.0", optional = true }
syntex = { version = "^0.52.0", optional = true }
syntex_syntax = { version = "^0.52.0", optional = true }