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 prost 0.12 #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Fabian-Gruenbichler
Copy link

derived Enumerations now provide their own conversion implementation from i32, so map any DecodeErrors originating from there to InvalidEncoding, and drop the manual impls that existed before.

Closes: #153

derived Enumerations now provide their own conversion implementation
from i32, so map any DecodeErrors originating from there to
InvalidEncoding, and drop the manual impls that existed before.

Closes: parallaxsecond#153

Signed-off-by: Fabian Grünbichler <[email protected]>
@Fabian-Gruenbichler
Copy link
Author

note that I have no deeper knowledge of parsec or prost, but this is currently blocking some upgrades in Debian, so I lent a hand ;)

@Fabian-Gruenbichler
Copy link
Author

the build check fails because of unnecessary qualifications, see #151 (although that might bump MSRV too aggressively for your taste ;))

the MSRV check fails because the new prost requires a newer rustc - not sure what your policies are, so I'll leave that up to you!

@gowthamsk-arm
Copy link
Contributor

Thanks for the changes. The PR looks good, just waiting for #151 to be resolved so that the CI tests can be completed.

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.

Please bump to prost 0.12
2 participants