-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: patch proto to latest + update script (#953)
Update protobuf-codegen and protobuff to latest (3.7.1) #### Migration notes --- - [ ] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **Dependency Updates** - Updated `protobuf` library from version 3.5.1 to 3.7.1 - Updated `protobuf-codegen` crate to version 3.7.1 - **Build Configuration** - Modified protobuf compiler output option from `--rust_out` to `--rs_out` - Simplified protobuf code generation command - **Compatibility** - Ensured compatibility with latest protobuf runtime version <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
1 parent
8c0022e
commit c60f4ee
Showing
6 changed files
with
57 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -730,6 +730,41 @@ | |
"buildDepConfigs": {}, | ||
"portRef": "[email protected]", | ||
"specifiedVersion": true | ||
}, | ||
"bciqn2ct4mwrwyise3qlnabpine33dzt3lvnrhrbnkw4pnyryfe5is5a": { | ||
"version": "3.7.1", | ||
"buildDepConfigs": { | ||
"cargo_binstall_ghrel": { | ||
"version": "v1.10.9", | ||
"buildDepConfigs": {}, | ||
"portRef": "[email protected]", | ||
"specifiedVersion": false | ||
}, | ||
"rust_rustup": { | ||
"version": "1.80.1", | ||
"buildDepConfigs": { | ||
"rustup_rustlang": { | ||
"version": "1.27.1", | ||
"buildDepConfigs": { | ||
"git_aa": { | ||
"version": "2.34.1", | ||
"buildDepConfigs": {}, | ||
"portRef": "[email protected]", | ||
"specifiedVersion": false | ||
} | ||
}, | ||
"portRef": "[email protected]", | ||
"specifiedVersion": false | ||
} | ||
}, | ||
"portRef": "[email protected]", | ||
"profile": "minimal", | ||
"specifiedVersion": true | ||
} | ||
}, | ||
"portRef": "[email protected]", | ||
"crateName": "protobuf-codegen", | ||
"specifiedVersion": true | ||
} | ||
} | ||
}, | ||
|
@@ -853,7 +888,7 @@ | |
}, | ||
"ghjkEnvProvInstSet_______task_env_gen-subs-protoc": { | ||
"installs": [ | ||
"bciqm2rvnfe77sj6jekrm65oayuywt5lbrw33qezqjcg5rzaioc6uszy", | ||
"bciqifvrtbr5a6nomogpnbn7jxwscqpepdgh67lrsjpkh6t2odnjrnma", | ||
"bciqfjvqemdy7d6axvwkywcm6v66wogddvk7k6e6rps4e6zidkjvm4fy", | ||
"bciqlubbahrp4pxohyffmn5yj52atjgmn5nxepmkdev6wtmvpbx7kr7y", | ||
"bciqminqcmgw3fbbhibwc7tf6mrupttheic7kpiykadbowqmnzhmzo5a" | ||
|
@@ -3049,8 +3084,8 @@ | |
}, | ||
"packageName": "@bytecodealliance/jco" | ||
}, | ||
"bciqm2rvnfe77sj6jekrm65oayuywt5lbrw33qezqjcg5rzaioc6uszy": { | ||
"version": "3.5.1", | ||
"bciqifvrtbr5a6nomogpnbn7jxwscqpepdgh67lrsjpkh6t2odnjrnma": { | ||
"version": "3.7.1", | ||
"port": { | ||
"ty": "denoWorker@v1", | ||
"name": "cargobi_cratesio", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters