-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade protobuf to 1.6. #60
Conversation
I don't think it's a good idea. This will require |
LGTM |
I think we should add a comment about how to generate the proto. |
PTAL @BusyJay |
@hicqu This looks ok but I'd also like to see some instruction how to regenerate the proto if needed. |
any update? |
PTAL @Hoverbear . |
If proto file `eraftpb.proto` changed, run the command to regenerate `eraftpb.rs`: | ||
|
||
```bash | ||
protoc proto/eraftpb.proto --rust_out=src |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to set the output path?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's seted with --rust_out
.
Upgrade protobuf to 1.6.