From e1c6c79f914654663da944dce596c182bbac72a7 Mon Sep 17 00:00:00 2001 From: Noah Vesely Date: Sat, 9 Jun 2018 17:30:30 -0500 Subject: [PATCH] Update to latest rust-protobuf to fix build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ece70a0..8093bd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ categories = ["data-structures", "cryptography"] [dependencies] ring = "^0.12.0" -protobuf = { version = "1.7.1", optional = true } +protobuf = { version = "^2.0.2", optional = true } serde = { version = "^1.0.55", optional = true } serde_derive = { version = "^1.0.55", optional = true }