mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 00:51:06 +00:00
Make unbounded channels size warning exact (part 2) (#13504)
This commit is contained in:
@@ -10,13 +10,14 @@ description = "I/O for Substrate runtimes"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
backtrace = "0.3.67"
|
||||
async-channel = "1.8.0"
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4"
|
||||
parking_lot = "0.12.1"
|
||||
prometheus = { version = "0.13.0", default-features = false }
|
||||
sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" }
|
||||
|
||||
[features]
|
||||
default = ["metered"]
|
||||
|
||||
Reference in New Issue
Block a user