mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 20:01:08 +00:00
Fix leak in stream notifications (#5739)
This commit is contained in:
committed by
GitHub
parent
ff9c88d21c
commit
624e95b1af
@@ -41,6 +41,7 @@ sc-telemetry = { version = "2.0.0-dev", path = "../telemetry" }
|
||||
sp-trie = { version = "2.0.0-dev", path = "../../primitives/trie" }
|
||||
sp-storage = { version = "2.0.0-dev", path = "../../primitives/storage" }
|
||||
sp-transaction-pool = { version = "2.0.0-dev", path = "../../primitives/transaction-pool" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-dev", path = "../../utils/prometheus" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-test-primitives = { version = "2.0.0-dev", path = "../../primitives/test-primitives" }
|
||||
|
||||
Reference in New Issue
Block a user