build: remove unused dependency

This commit is contained in:
ardocrat
2026-04-20 21:13:50 +03:00
parent f9a04ff100
commit 5adec7ad13
2 changed files with 0 additions and 2 deletions
Generated
-1
View File
@@ -1201,7 +1201,6 @@ dependencies = [
"grin_core",
"grin_util",
"heed",
"lazy_static",
"libc",
"log",
"memmap",
-1
View File
@@ -20,7 +20,6 @@ serde = "1"
serde_derive = "1"
thiserror = "1"
log = "0.4"
lazy_static = "1.5.0"
grin_core = { path = "../core", version = "5.4.0" }
grin_util = { path = "../util", version = "5.4.0" }