From 036d2fac1842fc23fa2ee43d94321ea1342a35fb Mon Sep 17 00:00:00 2001 From: CreepySkeleton Date: Thu, 13 Feb 2020 20:23:37 +0300 Subject: [PATCH] v0.4.9 --- Cargo.toml | 4 ++-- proc-macro-error-attr/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 195b258..ebb534b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro-error" -version = "0.4.8" +version = "0.4.9" authors = ["CreepySkeleton "] description = "Almost drop-in replacement to panics in proc-macros" @@ -20,7 +20,7 @@ maintenance = { status = "actively-developed" } quote = "1" proc-macro2 = "1" syn = { version = "1", default-features = false } -proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=0.4.8"} +proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=0.4.9"} [build-dependencies] rustversion = "1.0" diff --git a/proc-macro-error-attr/Cargo.toml b/proc-macro-error-attr/Cargo.toml index ab9b97e..7d8c8cd 100644 --- a/proc-macro-error-attr/Cargo.toml +++ b/proc-macro-error-attr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro-error-attr" -version = "0.4.8" +version = "0.4.9" authors = ["CreepySkeleton "] edition = "2018" description = "Attribute macro for proc-macro-error crate"