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

Ensure that prost dependencies are in sync across different crates #3670

Closed
tiziano88 opened this issue Feb 8, 2023 · 0 comments
Closed

Comments

@tiziano88
Copy link
Collaborator

Currently (as @dzmitry-huba pointed out), it is too easy to mix and match dependencies so that a crate ends up with multiple versions of prost that are incompatible with each other.

We should consider re-exporting prost (and maybe even prost-derive) from our own crates (not sure which ones? maybe micro_rpc, maybe others), and use the re-exported versions instead of adding a direct dependency on prost from the application crate.

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

No branches or pull requests

1 participant