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"