From bf418e4cc30500aa40b78e9b488343d7dcfb9231 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 17 Jan 2022 13:24:53 -0800 Subject: [PATCH] Release 1.0.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6dcc163..1a6723d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "cargo-expand" -version = "1.0.14" +version = "1.0.15" dependencies = [ "atty", "bat", diff --git a/Cargo.toml b/Cargo.toml index 972433e..a421608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.14" +version = "1.0.15" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Wrapper around rustc -Zunpretty=expanded. Shows the result of macro expansion and #[derive] expansion."