Skip to content
Snippets Groups Projects
Commit 6d886702 authored by Wei Tang's avatar Wei Tang
Browse files

Write deps minor version

parent 7fcfeb7b
No related merge requests found
......@@ -18,8 +18,8 @@ aura_primitives = { package = "substrate-consensus-aura-primitives", path = "pri
inherents = { package = "substrate-inherents", path = "../../inherents" }
srml-consensus = { path = "../../../srml/consensus" }
srml-aura = { path = "../../../srml/aura" }
futures = "0.1.17"
tokio = "0.1.7"
futures = "0.1"
tokio = "0.1"
parking_lot = "0.7.1"
error-chain = "0.12"
log = "0.4"
......
......@@ -13,8 +13,8 @@ runtime_primitives = { package = "sr-primitives", path = "../../../sr-primitives
aura_primitives = { package = "substrate-consensus-aura-primitives", path = "../primitives" }
consensus_common = { package = "substrate-consensus-common", path = "../../common" }
inherents = { package = "substrate-inherents", path = "../../../inherents" }
futures = "0.1.17"
tokio = "0.1.7"
futures = "0.1"
tokio = "0.1"
parking_lot = "0.7.1"
error-chain = "0.12"
log = "0.4"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment