diff --git a/Cargo.lock b/Cargo.lock index d9c0e8b..4414dcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "cargo-expand" -version = "1.0.9" +version = "1.0.10" dependencies = [ "atty", "bat", diff --git a/Cargo.toml b/Cargo.toml index e2b7a5d..9f78506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.9" +version = "1.0.10" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Wrapper around rustc -Zunpretty=expanded. Shows the result of macro expansion and #[derive] expansion."