Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Use coherent prost crate versions (#9676)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoerr committed Sep 2, 2021
1 parent 4880660 commit dd29788
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 78 deletions.
99 changes: 24 additions & 75 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/authority-discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion client/finality-grandpa-warp-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dd29788

Please sign in to comment.