From e842cf2ce9cdb5d38358a0c09f086e3f0afbea79 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 13 Nov 2020 20:51:02 -0800 Subject: [PATCH] Release 1.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dd44bb..6ae7753 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[package]] name = "cargo-expand" -version = "1.0.1" +version = "1.0.2" dependencies = [ "atty", "bat", diff --git a/Cargo.toml b/Cargo.toml index ce38071..222ec10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.1" +version = "1.0.2" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."