mirror of
https://github.com/openharmony/third_party_rust_proc-macro-error.git
synced 2026-07-01 21:34:10 -04:00
v1.0.1
This commit is contained in:
+2
-2
@@ -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,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,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"
|
||||
|
||||
Reference in New Issue
Block a user