Преглед изворни кода

Pin protobuf versions to allow patch updates only

ashthespy пре 5 година
родитељ
комит
6ee2dbaad4
1 измењених фајлова са 3 додато и 3 уклоњено
  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"