Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update to protobuf ~> 0.14 #47

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Update to protobuf ~> 0.14 #47

wants to merge 7 commits into from

Conversation

ianko
Copy link
Contributor

@ianko ianko commented Jan 21, 2025

This PR is a continuation of the efforts started by @eliasdarruda on #43 and elixir-protobuf/protobuf#402.

Modifications

  • .gitmodules: Removed the googleapis git submodule.
  • .tool-versions: Uses the same versions from elixir-protobuf/protobuf.
  • generate_protos.sh: Simplified the script by removing the protobuf_generate dependency, which has not been upgraded to protobuf v0.14 yet.
  • mix.exs: Updated grpc to ~> 0.9 and changed protobuf to use a specific GitHub reference, removing the google_protos dependency.

Hold for v0.14.1

IMPORTANT: This PR will be updated once protobuf version 0.14.1 is released.

As you can see on the mix.exs files, I am using a specific commit from elixir-protobuf/protobuf. Which is exactly the fix from PR elixir-protobuf/protobuf#402.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant