Switch to syntex::with_extra_stack

This commit is contained in:
David Tolnay
2016-08-19 20:19:07 -04:00
parent 5fb73073bd
commit 0ae61a3dd1
4 changed files with 10 additions and 53 deletions
+2 -2
View File
@@ -17,5 +17,5 @@ with-syntex = ["syntex_syntax", "syntex_errors"]
[dependencies]
clippy = { version = "^0.*", optional = true }
syntex_syntax = { version = "^0.41.0", optional = true }
syntex_errors = { version = "^0.41.0", optional = true }
syntex_syntax = { version = "^0.42.0", optional = true }
syntex_errors = { version = "^0.42.0", optional = true }