From 5d51a50ddf13e4521dd6d63e135004bb5de1afc1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 11 Dec 2016 14:22:55 -0800 Subject: [PATCH] Release 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a471dd1..f66e804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "0.2.1" +version = "0.3.0" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."