소스 검색

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]