Explorar o código

Merge pull request #463 from ashthespy/protobuf_again

Pin protobuf versions to allow patch updates only
Ash %!s(int64=5) %!d(string=hai) anos
pai
achega
d77376a800
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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"