disabled default features for proc-macro-error
This commit is contained in:
parent
b3812ac8d0
commit
f9281d90dd
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -4543,7 +4543,6 @@ dependencies = [
|
|||
"proc-macro-error-attr",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
|
|
|
@ -125,7 +125,7 @@ pathdiff = "0.2"
|
|||
percent-encoding = "2"
|
||||
pretty_assertions = "1.4"
|
||||
print-positions = "0.6"
|
||||
proc-macro-error = "1.0"
|
||||
proc-macro-error = { version = "1.0", default-features = false }
|
||||
proc-macro2 = "1.0"
|
||||
procfs = "0.16.0"
|
||||
pwd = "1.3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user