Update to syntex 0.54

This commit is contained in:
David Tolnay
2017-01-06 01:26:51 -08:00
parent b6e8b58cb2
commit 1ecf3730ee
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -25,5 +25,5 @@ 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"] }
syntex = { version = "^0.52.0", optional = true }
syntex_syntax = { version = "^0.52.0", optional = true }
syntex = { version = "^0.54.0", optional = true }
syntex_syntax = { version = "^0.54.0", optional = true }