ソースを参照

Merge pull request #463 from ashthespy/protobuf_again

Pin protobuf versions to allow patch updates only
Ash 5 年 前
コミット
d77376a800
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"