mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
chore: Use published darkfi-serial crate where applicable
This commit is contained in:
@@ -12,7 +12,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
# ANCHOR: darkfi
|
||||
darkfi = {path = "../../../", features = ["toml", "async-daemonize", "rpc"]}
|
||||
darkfi-serial = {path = "../../../src/serial"}
|
||||
darkfi-serial = "0.4.2"
|
||||
# ANCHOR_END: darkfi
|
||||
|
||||
# daemon
|
||||
@@ -35,4 +35,3 @@ url = "2.5.2"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user