Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

chore: remove network contacts from peer acquisition #12

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
service-manager = "0.5.1"
sn_node_rpc_client = "0.1.43"
sn_peers_acquisition = { version = "0.1.10", features = ["network-contacts"] }
sn_peers_acquisition = "0.1.10"
sn-releases = "0.1.4"
sysinfo = "0.29.10"
tokio = { version = "1.26", features = ["full"] }
Expand Down