This commit is contained in:
CreepySkeleton
2020-04-09 01:20:31 +03:00
parent 149e76dae8
commit fa99c63d99
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "proc-macro-error"
version = "1.0.0"
version = "1.0.1"
authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
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" }
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "proc-macro-error-attr"
version = "1.0.0"
version = "1.0.1"
authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
edition = "2018"
description = "Attribute macro for proc-macro-error crate"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "proc-macro-hack-test"
version = "0.0.5"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Demo of proc-macro-hack"
@@ -1,6 +1,6 @@
[package]
name = "demo-hack-impl"
version = "0.0.5"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Demo of proc-macro-hack"