Update prost-build version to 0.6

This is the same version as Prost, and lets us reduce the number of deps
we have to compile
This commit is contained in:
Alan Du 2020-02-26 22:48:16 -05:00
parent e04cbfd7f8
commit 3867c20cfd

View File

@ -48,6 +48,6 @@ reqwest = { version = "0.10.1", features = ["json", "native-tls-vendored"] }
reqwest = { version = "0.10.1", features = ["json"] }
[build-dependencies]
prost-build = "0.5.0"
prost-build = "0.6.1"
fluent-syntax = "0.9.2"