chore: Use published darkfi-serial crate where applicable

This commit is contained in:
parazyd
2024-10-15 16:20:47 +02:00
parent fbe6937a20
commit 7a3b554e0d
19 changed files with 28 additions and 46 deletions

View File

@@ -23,7 +23,8 @@ darkfi = { path = "../../../", features = [
"event-graph",
"rpc",
] }
darkfi-serial = { path = "../../../src/serial" }
darkfi-serial = "0.4.2"
# Event Graph DB
sled-overlay = "0.1.3"