mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 02:41:08 +00:00
@@ -47,5 +47,5 @@ cumulus-primitives-core = { path = "../../../primitives/core" }
|
||||
polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||
|
||||
# Other deps
|
||||
tokio = { version = "0.2.21", features = ["macros"] }
|
||||
tokio = { version = "1.10", features = ["macros"] }
|
||||
futures-timer = "3.0.2"
|
||||
|
||||
@@ -30,7 +30,7 @@ parking_lot = "0.10.2"
|
||||
derive_more = "0.99.2"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "0.2.21", features = ["macros"] }
|
||||
tokio = { version = "1.10", features = ["macros"] }
|
||||
|
||||
# Cumulus deps
|
||||
cumulus-test-service = { path = "../../test/service" }
|
||||
|
||||
@@ -32,7 +32,7 @@ tracing = "0.1.22"
|
||||
rand = "0.8.3"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "0.2.21", features = ["macros"] }
|
||||
tokio = { version = "1.10", features = ["macros"] }
|
||||
|
||||
# Cumulus deps
|
||||
cumulus-test-service = { path = "../../test/service" }
|
||||
|
||||
Reference in New Issue
Block a user