mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 22:37:57 +00:00
Bump tokio to 1.17.0 (#10894)
* Bump `tokio` to 0.17.0 * Revert version changes to scale-info Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ sp-runtime = { version = "6.0.0", path = "../../../primitives/runtime" }
|
||||
sp-version = { version = "5.0.0", path = "../../../primitives/version" }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.15", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] }
|
||||
pallet-elections-phragmen = { path = "../../../frame/elections-phragmen", version = "5.0.0-dev" }
|
||||
frame-support = { path = "../../../frame/support", version = "4.0.0-dev" }
|
||||
|
||||
|
||||
@@ -26,4 +26,4 @@ sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" }
|
||||
[dev-dependencies]
|
||||
frame-system = { version = "4.0.0-dev", path = "../../../../frame/system" }
|
||||
scale-info = "2.0.1"
|
||||
tokio = "1.15"
|
||||
tokio = "1.17.0"
|
||||
|
||||
Reference in New Issue
Block a user