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
+2 -2
View File
@@ -56,8 +56,8 @@ http-body = "0.3"
pin-project = "0.4"
# prost
prost = { git = "https://github.com/danburkert/prost", branch = "master", optional = true }
prost-derive = { git = "https://github.com/danburkert/prost", branch = "master", optional = true }
prost = { version = "0.6", optional = true }
prost-derive = { version = "0.6", optional = true }
# codegen
async-trait = { version = "0.1.13", optional = true }