-
Notifications
You must be signed in to change notification settings - Fork 31
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.0 #145
Comments
Notably this release includes a Unfortunately there isn't yet |
Yes, that's the big reason we're interested in it -- we had our own version of that trait, reorganized all our protos, and are hoping to avoid having to go and update all the type urls manually: penumbra-zone/penumbra#3077 (comment) |
I'll get to this right after I publish v0.36.0. |
ibc-proto-rs v0.37.0 *October 4th, 2023* This release updates `prost` to v0.12 and `tonic` to v0.10, and makes `serde` an optional dependency, now only enabled with the `serde` feature. FEATURES: - Update `prost` to v0.12 and `tonic` to v0.10 (#145) IMPROVEMENTS: - Make `serde` an optional dependency, now only enabled with the `serde` feature (#152)
Hi, we'd like to migrate to Prost 0.12.0, but we need to have compatibility across all of our deps. Would it be possible to get an
ibc-proto-rs
release usingprost
0.12.0
?The text was updated successfully, but these errors were encountered: