stepancheg / rust-protobuf

Rust implementation of Google protocol buffers
MIT License
2.81k stars 382 forks source link

feat!: change --rust_out to --rs_out #744

Closed DMoscicki closed 1 month ago

DMoscicki commented 1 month ago

BREAKING CHANGE: protobuf-codegen is not working correctly with flag --rust_out EXAMPLE: protoc --plugin=protoc-gen-example --example_out=PATH files were updated with protobuf/regenerate.sh

stepancheg commented 1 month ago

Merged, thanks!