Skip to content

Commit

Permalink
*: Update to prost-build v0.7 (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Jan 12, 2021
1 parent 7367927 commit 477f7ae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ quickcheck = "0.9.0"
wasm-timer = "0.2"

[build-dependencies]
prost-build = "0.6"
prost-build = "0.7"

[features]
default = ["secp256k1"]
Expand Down
2 changes: 1 addition & 1 deletion protocols/floodsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ rand = "0.7"
smallvec = "1.0"

[build-dependencies]
prost-build = "0.6"
prost-build = "0.7"

2 changes: 1 addition & 1 deletion protocols/identify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ libp2p-noise = { path = "../../protocols/noise" }
libp2p-tcp = { path = "../../transports/tcp" }

[build-dependencies]
prost-build = "0.6"
prost-build = "0.7"
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ libp2p-yamux = { path = "../../muxers/yamux" }
quickcheck = "0.9.0"

[build-dependencies]
prost-build = "0.6"
prost-build = "0.7"

2 changes: 1 addition & 1 deletion protocols/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ quickcheck = "0.9.0"
sodiumoxide = "0.2.5"

[build-dependencies]
prost-build = "0.6"
prost-build = "0.7"
2 changes: 1 addition & 1 deletion protocols/plaintext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ quickcheck = "0.9.0"
rand = "0.7"

[build-dependencies]
prost-build = "0.6"
prost-build = "0.7"

0 comments on commit 477f7ae

Please sign in to comment.