From d0c9336220f86610eb1181c4765042446fff9d10 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 29 Mar 2020 12:24:54 -0700 Subject: [PATCH] Release 0.4.19 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 068c8fb..e9c03c9 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.18" +version = "0.4.19" 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 ed069f7..cd6f38a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "0.4.18" +version = "0.4.19" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."