From 007a44549f7ad5ddab16baf6fdd5810896579797 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 28 Feb 2022 18:25:26 -0800 Subject: [PATCH] Release 1.0.17 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f99b6b9..6f32c89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70" [[package]] name = "cargo-expand" -version = "1.0.16" +version = "1.0.17" dependencies = [ "atty", "bat", diff --git a/Cargo.toml b/Cargo.toml index b7b683b..7904a54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.16" +version = "1.0.17" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Wrapper around rustc -Zunpretty=expanded. Shows the result of macro expansion and #[derive] expansion."