Browse Source

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

oars 1 năm trước cách đây
mục cha
commit
8bc97e265c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      script/research/generic-node/Cargo.toml

+ 1 - 1
script/research/generic-node/Cargo.toml

@@ -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