From 073541319b7ebf809703cb315c10a262b0f92259 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 18 Aug 2023 19:25:45 -0700 Subject: [PATCH] Release 1.0.65 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a553346..e401657 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,7 +178,7 @@ checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" [[package]] name = "cargo-expand" -version = "1.0.64" +version = "1.0.65" dependencies = [ "bat", "cargo-subcommand-metadata", diff --git a/Cargo.toml b/Cargo.toml index d885757..f4a3712 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.64" +version = "1.0.65" authors = ["David Tolnay "] autotests = false categories = ["development-tools::cargo-plugins", "development-tools::debugging"]