Эх сурвалжийг харах

script/ping: fix darkfi-serial dependency

dasman 1 жил өмнө
parent
commit
b118567613

+ 1 - 1
script/ping/Cargo.toml

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