stepancheg/rust-protobuf

protobuf-codegen-pure@2.27 does not support optional fields

Tim-Zhang opened this issue · 0 comments

protobuf-codegen-pure got error:

Custom { kind: Other, error: WithFileError { file: "protocols/protos/health.proto", error: 
ParserErrorWithLocation(ParserErrorWithLocation { error: LabelNotAllowed, line: 20, col: 2 }) } }',

We need a new release for 9335ad5

MessageBodyParseMode::MessageProto3 | MessageBodyParseMode::ExtendProto3 => true,

Then the error would be fixed.