From 5a75c4607e95e92de7f142dbeb85aeda68e6e53e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 14 Feb 2017 10:37:02 -0800 Subject: [PATCH] Release 0.2.4 --- Cargo.toml | 2 +- impl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87b65a1..6a6c22d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro-hack" -version = "0.2.3" +version = "0.2.4" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Procedural functionlike!() macros using only Macros 1.1" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 81b3693..6abeebc 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro-hack-impl" -version = "0.2.3" +version = "0.2.4" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Procedural functionlike!() macros using only Macros 1.1"