script/ping: fix darkfi-serial dependency

This commit is contained in:
dasman
2024-10-23 00:29:29 +03:00
parent 233407d001
commit b118567613

View File

@@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
darkfi = {path = "../../", features = ["net"]}
darkfi-serial = {path = "../../src/serial"}
darkfi-serial = {version = "0.4.2"}
url = {version = "2.5.2", features = ["serde"]}
smol = "2.0.2"