From a18835730831a20ea6e8846cfebef07a8787d6bb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 12 Dec 2016 09:03:28 -0800 Subject: [PATCH] Release 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2d49e3..d5f550d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo-expand" -version = "0.3.1" +version = "0.3.2" dependencies = [ "isatty 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 05ae67f..7463c4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "0.3.1" +version = "0.3.2" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."