Bump syntex to 0.46

This commit is contained in:
David Tolnay 2016-10-21 23:38:27 -07:00
parent c8c9f7d96c
commit 7ffea5a716
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -26,5 +26,5 @@ post-expansion = "0.1.0"
quote = "0.3"
serde_codegen_internals = { version = "=0.10.0", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.9", features = ["aster", "visit"] }
syntex = { version = "^0.45.0", optional = true }
syntex_syntax = { version = "^0.45.0", optional = true }
syntex = { version = "^0.46.0", optional = true }
syntex_syntax = { version = "^0.46.0", optional = true }