From 6ee2dbaad4406628f77cd59adebb2ed3ed70fcaa Mon Sep 17 00:00:00 2001 From: ashthespy Date: Fri, 17 Apr 2020 20:26:44 +0200 Subject: [PATCH] Pin protobuf versions to allow patch updates only --- protocol/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 0960cfbf..fa6355fe 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -8,8 +8,8 @@ license="MIT" edition = "2018" [dependencies] -protobuf = "2.8.1" +protobuf = "~2.8.1" [build-dependencies] -protobuf-codegen-pure = "2.8.1" -protobuf-codegen = "2.8.1" +protobuf-codegen-pure = "~2.8.1" +protobuf-codegen = "~2.8.1"