Internal version dependencies cleanup (#5401)

* always depend on latest alpha version

* integrate arithmetic fuzzer into root workspace
This commit is contained in:
André Silva
2020-03-25 14:02:39 +00:00
committed by GitHub
parent 04ccb179e9
commit 3a136bdcf9
10 changed files with 55 additions and 421 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ parking_lot = "0.10.0"
[dev-dependencies]
assert_matches = "1.3.0"
futures01 = { package = "futures", version = "0.1.29" }
sc-network = { version = "0.8.0-alpha.4", path = "../network" }
sp-io = { version = "2.0.0-alpha.4", path = "../../primitives/io" }
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
sp-io = { version = "2.0.0-alpha.5", path = "../../primitives/io" }
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
tokio = "0.1.22"
sc-transaction-pool = { version = "2.0.0-alpha.5", path = "../transaction-pool" }