From ab754c4a68e05af66e714b0c2c546802d47a1244 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Oct 2022 01:52:36 -0700 Subject: [PATCH] Release 1.0.34 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44ec93a..23cce87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70" [[package]] name = "cargo-expand" -version = "1.0.33" +version = "1.0.34" dependencies = [ "atty", "bat", diff --git a/Cargo.toml b/Cargo.toml index 5d5f403..b61e812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.33" +version = "1.0.34" authors = ["David Tolnay "] autotests = false categories = ["development-tools::cargo-plugins", "development-tools::debugging"]