From 264489caae8baa08172c87bde62913cbdcf621a1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 22 Sep 2016 19:28:20 -0700 Subject: [PATCH] Release 0.28.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a89989bb..2ed6ba4e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aster" -version = "0.27.1" +version = "0.28.0" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A libsyntax ast builder"