From f49ceb84e37cf8b34a268f396f52cd904327d0e5 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 19 Nov 2016 12:32:20 -0800 Subject: [PATCH] Update to syntex 0.50 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b279765e..18ab37d56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ with-syntex = ["syntex_syntax"] unstable-testing = ["clippy", "compiletest_rs"] [dependencies] -syntex_syntax = { version = "^0.48.0", optional = true } +syntex_syntax = { version = "^0.50.0", optional = true } clippy = { version = "0.*", optional = true } compiletest_rs = { version = "^0.2.0", optional = true }