Skip to content

Commit 87762fc

Browse files
tomakaWizdave97
authored andcommitted
Remove spurious debug_assert! (paritytech#9603)
1 parent 1207934 commit 87762fc

File tree

5 files changed

+199
-280
lines changed

5 files changed

+199
-280
lines changed

Cargo.lock

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/consensus/pow/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ parking_lot = "0.11.1"
3131
derive_more = "0.99.2"
3232
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
3333
async-trait = "0.1.50"
34+
tokio = { version = "1.10.1", features = ["sync"] }
35+
tokio-stream = "0.1.7"

0 commit comments

Comments
 (0)