浏览代码

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"