From fe0889cb7a67adfe070fad449066034e7a662f56 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 19 Dec 2022 10:21:28 -0800 Subject: [PATCH] Release 0.5.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e3d293..7e8b88e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro-hack" -version = "0.5.19" +version = "0.5.20+deprecated" authors = ["David Tolnay "] categories = ["development-tools::procedural-macro-helpers"] description = "Procedural macros in expression position"