From fa99c63d9976dafffec0db306cf2ed21f778d8f0 Mon Sep 17 00:00:00 2001 From: CreepySkeleton Date: Thu, 9 Apr 2020 01:20:31 +0300 Subject: [PATCH] v1.0.1 --- Cargo.toml | 4 ++-- proc-macro-error-attr/Cargo.toml | 2 +- test-crate/proc-macro-hack-test/Cargo.toml | 2 +- test-crate/proc-macro-hack-test/demo-hack-impl/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 95b5df3..c93f069 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro-error" -version = "1.0.0" +version = "1.0.1" authors = ["CreepySkeleton "] description = "Almost drop-in replacement to panics in proc-macros" @@ -23,7 +23,7 @@ targets = ["x86_64-unknown-linux-gnu"] quote = "1" proc-macro2 = "1" syn = { version = "1", default-features = false, features = ["derive", "parsing", "proc-macro", "printing"] } -proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=1.0.0"} +proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=1.0.1"} [dev-dependencies] test-crate = { path = "./test-crate" } diff --git a/proc-macro-error-attr/Cargo.toml b/proc-macro-error-attr/Cargo.toml index ea67049..73c82b6 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 = "1.0.0" +version = "1.0.1" authors = ["CreepySkeleton "] edition = "2018" description = "Attribute macro for proc-macro-error crate" diff --git a/test-crate/proc-macro-hack-test/Cargo.toml b/test-crate/proc-macro-hack-test/Cargo.toml index 96a1dcb..f6a679b 100644 --- a/test-crate/proc-macro-hack-test/Cargo.toml +++ b/test-crate/proc-macro-hack-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro-hack-test" -version = "0.0.5" +version = "0.0.0" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Demo of proc-macro-hack" diff --git a/test-crate/proc-macro-hack-test/demo-hack-impl/Cargo.toml b/test-crate/proc-macro-hack-test/demo-hack-impl/Cargo.toml index 948589c..9b765a4 100644 --- a/test-crate/proc-macro-hack-test/demo-hack-impl/Cargo.toml +++ b/test-crate/proc-macro-hack-test/demo-hack-impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demo-hack-impl" -version = "0.0.5" +version = "0.0.0" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Demo of proc-macro-hack"