Fix machete

This commit is contained in:
Omar Abdulla
2025-07-29 19:52:17 +03:00
parent da31e66fb4
commit 49b414aabf
2 changed files with 0 additions and 2 deletions
Generated
-1
View File
@@ -4074,7 +4074,6 @@ dependencies = [
"revive-dt-node-interaction",
"revive-dt-report",
"semver 1.0.26",
"serde_json",
"temp-dir",
"tracing",
"tracing-subscriber",
-1
View File
@@ -28,6 +28,5 @@ indexmap = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
rayon = { workspace = true }
serde_json = { workspace = true }
semver = { workspace = true }
temp-dir = { workspace = true }