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
+4 -4
View File
@@ -36,10 +36,10 @@ parking_lot = "0.10.0"
prost = "0.6.1"
rand = "0.7.2"
hex = "0.4.0"
sc-block-builder = { version = "0.8.0-alpha.4", path = "../block-builder" }
sc-client = { version = "0.8.0-alpha.4", path = "../" }
sc-client-api = { version = "2.0.0-alpha.4", path = "../api" }
sc-peerset = { version = "2.0.0-alpha.4", path = "../peerset" }
sc-block-builder = { version = "0.8.0-alpha.5", path = "../block-builder" }
sc-client = { version = "0.8.0-alpha.5", path = "../" }
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
sc-peerset = { version = "2.0.0-alpha.5", path = "../peerset" }
pin-project = "0.4.6"
serde = { version = "1.0.101", features = ["derive"] }
serde_json = "1.0.41"