Skip to content

Commit

Permalink
Merge pull request #55 from pingyu/update-prost-to-0.8
Browse files Browse the repository at this point in the history
Update prost to 0.8
  • Loading branch information
zhouqiang-cl authored Sep 13, 2021
2 parents 3c0e50b + 61258f0 commit ce7b34c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protobuf-build"
version = "0.12.3"
version = "0.13.0"
authors = ["Nick Cameron <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -20,7 +20,7 @@ proc-macro2 = { version = "1", optional = true }
protobuf = { version = "2", optional = true }
protobuf-codegen = { version = "2", optional = true }
grpcio-compiler = { version = ">=0.8", default-features = false, optional = true }
prost-build = { version = "0.7", optional = true }
prost-build = { version = "0.8", optional = true }
regex = { version = "1.3", optional = true }
syn = { version = "1.0", features = ["full"], optional = true }
quote = { version = "1.0", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ prost-codec = ["protobuf-build/grpcio-prost-codec"]

[dependencies]
protobuf = "2"
prost = "0.7"
prost-derive = "0.7"
prost = "0.8"
prost-derive = "0.8"
lazy_static = "1.4"

[build-dependencies]
Expand Down

0 comments on commit ce7b34c

Please sign in to comment.