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

Rust protobuf dependency #243

Merged
merged 1 commit into from
Oct 8, 2023
Merged

Rust protobuf dependency #243

merged 1 commit into from
Oct 8, 2023

Conversation

jmwample
Copy link
Member

@jmwample jmwample commented Oct 7, 2023

the pattern match for rust Cargo.toml dependencies allows use of protobuf 3.3.0 which has breaking API changes.

3.2 matches >= 3.2.0 up to < 4.0.0 -- however version 3.3.0 has breaking API changes so using this dependency wont work.

instead match 3.2.* which is anything between >=3.2.0 and < 3.3.0

@jmwample jmwample merged commit 8999840 into master Oct 8, 2023
@jmwample jmwample deleted the protobuf-rs-dep branch October 8, 2023 02:06
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