From dc6d8354a36ae3d26f29c4d31c8d0e8258a94d8b Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sun, 12 Jul 2015 09:55:12 -0400 Subject: [PATCH] Bump syntex version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2ad80560..51960f6f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aster" -version = "0.3.2" +version = "0.3.3" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A libsyntax ast builder" @@ -10,7 +10,7 @@ repository = "https://github.com/erickt/rust-aster" with-syntex = ["syntex_syntax"] [dependencies] -syntex_syntax = { version = "^0.7.0", optional = true } +syntex_syntax = { version = "^0.8.0", optional = true } [[test]] name = "test"