From 075d330930f19c42ad35249c5986d4f94d178228 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 13 Aug 2019 10:29:14 -0700 Subject: [PATCH] Release 0.5.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77efa44..2b7cade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro-hack" -version = "0.5.8" +version = "0.5.9" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Procedural macros in expression position"