mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
tokio -> tokio-timer in consensus (#2460)
This commit is contained in:
committed by
Robert Habermeier
parent
52472238bd
commit
6921b2ce3d
Generated
+1
-1
@@ -3995,7 +3995,7 @@ dependencies = [
|
||||
"substrate-inherents 1.0.0",
|
||||
"substrate-primitives 1.0.0",
|
||||
"substrate-test-client 1.0.0",
|
||||
"tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -15,7 +15,7 @@ error-chain = "0.12"
|
||||
futures = "0.1"
|
||||
runtime_version = { package = "sr-version", path = "../../sr-version" }
|
||||
runtime_primitives = { package = "sr-primitives", path = "../../sr-primitives" }
|
||||
tokio = "0.1.7"
|
||||
tokio-timer = "0.2"
|
||||
parity-codec = { version = "3.3", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -23,4 +23,4 @@ test_client = { package = "substrate-test-client", path = "../../test-client" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
test-helpers = []
|
||||
test-helpers = []
|
||||
|
||||
@@ -35,7 +35,7 @@ error_chain! {
|
||||
}
|
||||
|
||||
/// Unable to schedule wakeup.
|
||||
FaultyTimer(e: ::tokio::timer::Error) {
|
||||
FaultyTimer(e: ::tokio_timer::Error) {
|
||||
description("Timer error"),
|
||||
display("Timer error: {}", e),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user