From 3867c20cfdc8c156cfaaab56eb4883995b1e38b0 Mon Sep 17 00:00:00 2001 From: Alan Du Date: Wed, 26 Feb 2020 22:48:16 -0500 Subject: [PATCH] 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 --- rslib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 0b6d23b79..9e0a418cc 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -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"