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

Remove binary files from the released crates.io version #138

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

weiznich
Copy link
Contributor

This commit removes the well_known_types.bin file from the crates.io release. Instead of bundling and parsing this file at runtime this commit hard codes the parsed data structure as rust code. This hopefully makes it easier to inspect the generated code.

Fixes #137

This commit removes the `well_known_types.bin` file from the crates.io
release. Instead of bundling and parsing this file at runtime this
commit hard codes the parsed data structure as rust code. This hopefully
makes it easier to inspect the generated code.
@weiznich
Copy link
Contributor Author

I'm not sure what's required to address the CI failure: https://github.com/andrewhickman/prost-reflect/actions/runs/12395316726/job/34609572295?pr=138

On the first look that one seems to be unrelated to the changes in this PR

@weiznich
Copy link
Contributor Author

@andrewhickman Any chance that you have a look at this?

@andrewhickman andrewhickman merged commit 547224b into andrewhickman:main Jan 13, 2025
4 of 5 checks passed
@andrewhickman
Copy link
Owner

Thanks for the PR, I'll push a patch release of prost-reflect with this change shortly

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.

Released version of prost-reflect contains binary data
2 participants