From f3f72b2358bcc3654931d8dcbee021c081300d39 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 11 Jun 2016 14:19:57 -0700 Subject: [PATCH] Bump syntex version to 0.35 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0cc9d81..52d15ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ with-syntex = ["syntex", "syntex_syntax"] [dependencies] clippy = { version = "^0.*", optional = true } -syntex = { version = "^0.33", optional = true } -syntex_syntax = { version = "^0.33", optional = true } +syntex = { version = "^0.35", optional = true } +syntex_syntax = { version = "^0.35", optional = true } [dev-dependencies] compiletest_rs = "^0.1"