Browse Source

Merge pull request #463 from ashthespy/protobuf_again

Pin protobuf versions to allow patch updates only
Ash 4 years ago
parent
commit
d77376a800
1 changed files with 3 additions and 3 deletions
  1. 3 3
      protocol/Cargo.toml

+ 3 - 3
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"