Pin protobuf versions to allow patch updates only

This commit is contained in:
ashthespy 2020-04-17 20:26:44 +02:00
parent ef27b4bce3
commit 6ee2dbaad4

View file

@ -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"