chore: Upgrade to prost, prost-build and prost-derive 0.6 (#230) (#231)

This commit is contained in:
Marcel
2020-01-13 09:40:57 -05:00
committed by Lucio Franco
parent af807c3ccd
commit dadc8186c2
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
[dependencies]
prost-build = { git = "https://github.com/danburkert/prost", branch = "master" }
prost-build = "0.6"
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"