Skip to content

Commit

Permalink
Enable shardnet feature for ping
Browse files Browse the repository at this point in the history
  • Loading branch information
nikurt committed Aug 29, 2022
1 parent 75e5108 commit 93799da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/ping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ prometheus = { version = "0.13.1", features = ["push"] }
tokio = { version = "1.16.1", features = ["full"]}
tracing = "0.1.13"

nearcore = { path = "../../nearcore" }
nearcore = { path = "../../nearcore", features = ["shardnet"] }
near-chain = { path = "../../chain/chain" }
near-chain-configs = { path = "../../core/chain-configs" }
near-crypto = { path = "../../core/crypto" }
near-metrics = { path = "../../core/metrics" }
near-network = { path = "../../chain/network" }
near-network = { path = "../../chain/network", features = ["shardnet"] }
near-network-primitives = { path = "../../chain/network-primitives" }
near-o11y = { path = "../../core/o11y" }
near-primitives = { path = "../../core/primitives" }
near-store = { path = "../../core/store" }
near-primitives = { path = "../../core/primitives", features = ["shardnet"] }
near-store = { path = "../../core/store" }

0 comments on commit 93799da

Please sign in to comment.