script/research/generic-node: fix darkfi-serial dependency

This commit is contained in:
oars
2025-05-27 14:25:14 +03:00
parent 2d73148825
commit 8bc97e265c

View File

@@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
darkfi = {path = "../../../", features = ["async-daemonize", "net"]}
darkfi-serial = {path = "../../../src/serial"}
darkfi-serial = {version = "0.5.0", features = ["async"]}
rand = "0.8.5"
# Daemon