From a9a1fae3175e053f36af0fde688af32a9804e942 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 29 Oct 2016 13:48:54 -0700 Subject: [PATCH] Release 0.32.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d05019360..151ee6c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aster" -version = "0.31.0" +version = "0.32.0" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A libsyntax ast builder"