Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Removed protoc as a root dev dependency #366

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Removed protoc as a root dev dependency #366

merged 1 commit into from
Jul 12, 2023

Conversation

jsoverson
Copy link
Contributor

This PR removes the protobuf build script and moves it to a justfile task and a workspace-separate crate.

This means that codegen needs to happen manually (via just codegen) when the .proto file changes, but it also means that you don't need protoc installed locally unless you're actively editing the .proto files.

@jsoverson jsoverson merged commit 4b9d70f into main Jul 12, 2023
@jsoverson jsoverson deleted the optional-protoc branch July 12, 2023 20:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant