Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove old test-helpers cruft
  • Loading branch information
gnunicorn committed Feb 21, 2020
commit 6baff4455c9c2859c8f694ff3a4817ecbddbcd2c
5 changes: 1 addition & 4 deletions client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ sp-blockchain = { version = "2.0.0-dev", path = "../../primitives/blockchain" }
sp-consensus = { version = "0.8.0-dev", path = "../../primitives/consensus/common" }
sp-consensus-babe = { version = "0.8.0-dev", path = "../../primitives/consensus/babe" }
sp-core = { version = "2.0.0-dev", path = "../../primitives/core" }
sp-keyring = { version = "2.0.0-dev", optional = true, path = "../../primitives/keyring" }
sp-runtime = { version = "2.0.0-dev", path = "../../primitives/runtime" }
substrate-test-client = { version = "2.0.0-dev", optional = true, path = "../../test-utils/client" }
substrate-test-runtime-client = { version = "2.0.0-dev", optional = true, path = "../../test-utils/runtime/client" }
thiserror = "1"
unsigned-varint = { version = "0.3.1", features = ["futures", "futures-codec"] }
void = "1.0.2"
Expand All @@ -72,4 +69,4 @@ tempfile = "3.1.0"

[features]
default = []
test-helpers = ["sp-keyring", "substrate-test-runtime-client"]