Skip to content

Commit

Permalink
chore: disable network contacts feature flag on launchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin authored and jacderida committed May 2, 2024
1 parent d884f9d commit 36ac059
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sn_node_launchpad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ name = "node-launchpad"
path = "src/main.rs"

[dependencies]
sn_peers_acquisition = { verison = "0.2.10", path = "../sn_peers_acquisition", features = [
"network-contacts",
] }
sn_peers_acquisition = { verison = "0.2.10", path = "../sn_peers_acquisition" }
sn_service_management = { verison = "0.2.4", path = "../sn_service_management" }
better-panic = "0.3.0"
clap = { version = "4.4.5", features = [
Expand Down

0 comments on commit 36ac059

Please sign in to comment.