From b20527c325b0f8fcf4a657a35648dd65ead10ef2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 16 Mar 2021 16:35:04 -0700 Subject: [PATCH] Release 1.0.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6dad1df..28da43b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[package]] name = "cargo-expand" -version = "1.0.5" +version = "1.0.6" dependencies = [ "atty", "bat", diff --git a/Cargo.toml b/Cargo.toml index 8396a4a..cfc32d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.5" +version = "1.0.6" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."