diff --git a/syntex/Cargo.toml b/syntex/Cargo.toml index ca877376..121fe9f2 100644 --- a/syntex/Cargo.toml +++ b/syntex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syntex" -version = "0.24.0" +version = "0.25.0" authors = [ "erick.tryzelaar@gmail.com" ] license = "MIT/Apache-2.0" description = "A library that enables compile time syntax extension expansion" @@ -8,4 +8,4 @@ repository = "https://github.com/erickt/rust-syntex" readme = "../README.md" [dependencies] -syntex_syntax = { version = "^0.24.0", path = "../syntex_syntax" } +syntex_syntax = { version = "^0.25.0", path = "../syntex_syntax" } diff --git a/syntex_syntax/Cargo.toml b/syntex_syntax/Cargo.toml index 05821a56..511600fa 100644 --- a/syntex_syntax/Cargo.toml +++ b/syntex_syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syntex_syntax" -version = "0.24.0" +version = "0.25.0" authors = [ "erick.tryzelaar@gmail.com" ] license = "MIT/Apache-2.0" description = "Export of libsyntax for code generation"