From 925bc50dfdf701af863071a46c4b437dd8955d4c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 23 Nov 2020 11:01:37 -0800 Subject: [PATCH] Release 1.0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5140d0..784859a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[package]] name = "cargo-expand" -version = "1.0.3" +version = "1.0.4" dependencies = [ "atty", "bat", diff --git a/Cargo.toml b/Cargo.toml index 327ae8e..10d171c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.3" +version = "1.0.4" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."