mirror of
https://github.com/openharmony/third_party_rust_proc-macro-error.git
synced 2026-06-30 21:37:56 -04:00
v1.0.4
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proc-macro-error"
|
||||
version = "1.0.3"
|
||||
version = "1.0.4"
|
||||
authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
|
||||
description = "Almost drop-in replacement to panics in proc-macros"
|
||||
|
||||
@@ -22,7 +22,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
quote = "1"
|
||||
proc-macro2 = "1"
|
||||
proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=1.0.3"}
|
||||
proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=1.0.4"}
|
||||
|
||||
[dependencies.syn]
|
||||
version = "1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proc-macro-error-attr"
|
||||
version = "1.0.3"
|
||||
version = "1.0.4"
|
||||
authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
|
||||
edition = "2018"
|
||||
description = "Attribute macro for proc-macro-error crate"
|
||||
|
||||
Reference in New Issue
Block a user