From 04889b175a37c75f30a5ea5d3139baafff018ee9 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 19 Mar 2020 12:07:10 -0700 Subject: [PATCH] Release 0.4.18 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c32903d..359842b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,7 +118,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cargo-expand" -version = "0.4.17" +version = "0.4.18" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "onig 4.3.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b24a7a9..ed069f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "0.4.17" +version = "0.4.18" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."