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

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
darkfi = {path = "../../../", features = ["validator"]}
darkfi-sdk = {path = "../../../src/sdk"}
darkfi-serial = {path = "../../../src/serial", features = ["crypto"]}
darkfi-serial = {version = "0.4.2", features = ["crypto"]}
darkfi_dao_contract = {path = "../dao", features = ["client", "no-entrypoint"]}
darkfi_money_contract = {path = "../money", features = ["client", "no-entrypoint"]}
@@ -23,4 +23,3 @@ sled-overlay = "0.1.3"
[lints]
workspace = true