containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
197 stars 47 forks source link

[0.5.0] ttrpc-codegen: Fix proto3's optional support #163

Closed Tim-Zhang closed 2 years ago

Tim-Zhang commented 2 years ago

Optional field was not generated right by protobuf-codegen-pure3@2.27.3. I have fixed the problem on version 2.28.1, so we can bump the protobuf-codegen-pure3 to 2.28.1 to fix the problem.

Tim-Zhang commented 2 years ago

https://crates.io/crates/ttrpc-codegen/0.2.2 has been published