containerd / ttrpc-rust

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

0.6.0-prepare: remove feature flag protobuf-codec #121

Closed Tim-Zhang closed 2 years ago

Tim-Zhang commented 2 years ago

The dependency protobuf is required for ttrpc now. so the feature flag protobuf-codec is useless.

Signed-off-by: Tim Zhang tim@hyper.sh