瀏覽代碼

update native protobuf tool version

appflowy 3 年之前
父節點
當前提交
f45608163c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/scripts/makefile/env.toml

+ 1 - 1
frontend/scripts/makefile/env.toml

@@ -92,7 +92,7 @@ script = """
 #https://pub.dev/packages/protoc_plugin
 dart pub global activate protoc_plugin
 
-cargo install --version 2.20.0 protobuf-codegen
+cargo install --version 2.22.1 protobuf-codegen
 """
 
 [tasks.install_protobuf.windows]