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

@@ -22,7 +22,7 @@ darkfi = { path = "../../../", features = [
"event-graph",
"rpc",
] }
darkfi-serial = { path = "../../../src/serial" }
darkfi-serial = "0.4.2"
# Crypto
blake3 = "1.5.4"
@@ -50,4 +50,3 @@ structopt-toml = "0.5.1"
[lints]
workspace = true