Update dependency names
This commit is contained in:
@@ -42,7 +42,7 @@ time = "0.3.30"
|
||||
zeroize = "1.6.0"
|
||||
|
||||
# internal
|
||||
async-file-watcher = { path = "../../common/async-file-watcher" }
|
||||
nym-async-file-watcher = { path = "../../common/async-file-watcher" }
|
||||
nym-bin-common = { path = "../../common/bin-common", features = ["output_format"] }
|
||||
nym-client-core = { path = "../../common/client-core", features = ["cli"] }
|
||||
nym-client-websocket-requests = { path = "../../clients/native/websocket-requests" }
|
||||
|
||||
@@ -32,7 +32,7 @@ thiserror = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
url = { workspace = true, features = ["serde"] }
|
||||
|
||||
async-file-watcher = { path = "../../common/async-file-watcher" }
|
||||
nym-async-file-watcher = { path = "../../common/async-file-watcher" }
|
||||
nym-bin-common = { path = "../../common/bin-common", features = ["output_format", "basic_tracing"] }
|
||||
nym-config = { path = "../../common/config" }
|
||||
nym-task = { path = "../../common/task"}
|
||||
|
||||
Reference in New Issue
Block a user