You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
Hi! How did you install protoc-gen-prost? If you did through crates.io then this is not the proper repository. The one actually published on crates.io is this one. See #1 for more details.
First off, thank you for getting this library out, it's a huge help!
Problem
All of the custom protoc-gen-prost params fail with the message "invalid parameter".
Params inherited from prost_build such as
type_attribute
are working correctly.Reproduction
example.proto
Successful Command
This command successfully generates an
example.rs
file:protoc --prost_out=hello-rs -I . example.proto
Failed Command
This command fails with the error
--prost_out: invalid parameter: include_file
protoc --prost_out=hello-rs -I . example.proto --prost_opt=include_file
The text was updated successfully, but these errors were encountered: