From 28b5e11ca7493eb9d1a3397443c633671bb73d09 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 17 Dec 2022 10:46:47 -0800 Subject: [PATCH] Release 1.0.36 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 293ae4e..a00c4ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70" [[package]] name = "cargo-expand" -version = "1.0.35" +version = "1.0.36" dependencies = [ "atty", "bat", diff --git a/Cargo.toml b/Cargo.toml index 3fd92b8..a66c480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-expand" -version = "1.0.35" +version = "1.0.36" authors = ["David Tolnay "] autotests = false categories = ["development-tools::cargo-plugins", "development-tools::debugging"]