From 5540d9118367d73c3747a1a2f501a997efba17e0 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 23 Mar 2023 19:40:09 -0700 Subject: [PATCH] Release 1.0.43 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f2936e..d45a04a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" [[package]] name = "cargo-expand" -version = "1.0.42" +version = "1.0.43" dependencies = [ "atty", "bat", diff --git a/Cargo.toml b/Cargo.toml index ef0b206..513e4af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.42" +version = "1.0.43" authors = ["David Tolnay "] autotests = false categories = ["development-tools::cargo-plugins", "development-tools::debugging"]