Use coherent prost crate versions (#9676)

This commit is contained in:
Andreas Doerr
2021-09-02 20:50:27 +02:00
committed by GitHub
parent 1309adf247
commit cfe3490007
4 changed files with 27 additions and 78 deletions
@@ -14,7 +14,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"
[dependencies]
async-trait = "0.1"
@@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0" }
derive_more = "0.99.11"
futures = "0.3.8"
log = "0.4.11"
prost = "0.7"
prost = "0.8"
sc-client-api = { version = "4.0.0-dev", path = "../api" }
sc-finality-grandpa = { version = "0.10.0-dev", path = "../finality-grandpa" }
sc-network = { version = "0.10.0-dev", path = "../network" }
+1 -1
View File
@@ -14,7 +14,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"
[dependencies]
async-trait = "0.1"