diff --git a/Cargo.lock b/Cargo.lock index 655743d..f9945b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[package]] name = "cargo-expand" -version = "1.0.2" +version = "1.0.3" dependencies = [ "atty", "bat", diff --git a/Cargo.toml b/Cargo.toml index 222ec10..b07199e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.2" +version = "1.0.3" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."