disabled default features for proc-macro-error

This commit is contained in:
Tim 'Piepmatz' Hesse 2024-06-07 14:25:54 +02:00
parent b3812ac8d0
commit f9281d90dd
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View File

@ -4543,7 +4543,6 @@ dependencies = [
"proc-macro-error-attr", "proc-macro-error-attr",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 1.0.109",
"version_check", "version_check",
] ]

View File

@ -125,7 +125,7 @@ pathdiff = "0.2"
percent-encoding = "2" percent-encoding = "2"
pretty_assertions = "1.4" pretty_assertions = "1.4"
print-positions = "0.6" print-positions = "0.6"
proc-macro-error = "1.0" proc-macro-error = { version = "1.0", default-features = false }
proc-macro2 = "1.0" proc-macro2 = "1.0"
procfs = "0.16.0" procfs = "0.16.0"
pwd = "1.3" pwd = "1.3"