-
Notifications
You must be signed in to change notification settings - Fork 18
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
Please bump to prost 0.12 #153
Comments
While trying to resolve this issue, I believe I'm running into tokio-rs/prost#927 I'm seeing this error with prost-build 0.12:
@megsdevs, I notice that you have closed tokio-rs/prost#955 last December. It appears to me that this issue may have been resolved in some other way, but the public github issues are not making it obvious to how. Can you, or maybe @LucioFranco or @0xAlcibiades help out here to get parsec rebuilt with prost-0.12? Thank you so much! |
I suppose that the definitions at parsec-interface-rs/src/operations_protobuf/generated_ops/mod.rs Lines 41 to 130 in 8527a3a
|
@ema any chance you could have a look? |
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 <f.gruenbichler@proxmox.com>
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 <f.gruenbichler@proxmox.com>
Version 0.12 introuduces TryFrom traits that appear to conflict with implementations in this crate.
cf. tokio-rs/prost#853
The text was updated successfully, but these errors were encountered: