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."