From 63049d9928cd32fc70c924024111a254341565da Mon Sep 17 00:00:00 2001 From: Sasha Hilton Date: Wed, 6 Nov 2019 16:52:51 +0100 Subject: [PATCH] Protobuf exact dependency --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index da64605..908b907 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4" num-bigint = "0.2" num-integer = "0.1" num-traits = "0.2" -protobuf = "2.8.*" +protobuf = "2.8.1" rand = "0.7" serde = "1.0" serde_derive = "1.0"