Merge pull request #463 from ashthespy/protobuf_again

Pin protobuf versions to allow patch updates only
This commit is contained in:
Ash 2020-04-19 21:50:36 +02:00 committed by GitHub
commit d77376a800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"