update protoc

This commit is contained in:
Shohei YOSHIDA 2025-10-14 11:57:29 +09:00
parent d682198a7b
commit 26e54f9772
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ _protoc() {
'--js_out=[Generate JavaScript source]:out_dir:_files -/' \
'--objc_out=[Generate Objective C header and source]:out_dir:_files -/' \
'--php_out=[Generate PHP source file]:out_dir:_files -/' \
'--pyi_out=[Generate python pyi stub]:out_dir:_files -/' \
'--python_out=[Generate Python source file]:out_dir:_files -/' \
'--ruby_out=[Generate Ruby source file]:out_dir:_files -/' \
'--rust_out=[Generate Rust sources]:out_dir:_files -/' \