evgrd: change darkfi-serial from path=... to version=0.4.2

This commit is contained in:
darkfi
2024-11-23 17:59:26 +01:00
parent b97a3ad3b8
commit ca3faeb5b3

View File

@@ -23,7 +23,7 @@ path = "example/send.rs"
[dependencies]
darkfi = {path = "../../", features = ["event-graph"]}
darkfi-serial = {path = "../../src/serial", features = ["async"]}
darkfi-serial = {version = "0.4.2", features = ["async"]}
# Event Graph DB
sled-overlay = "0.1.4"