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

Compile error after upgrading prost to 0.12.1 #54

Closed
Atry opened this issue Sep 19, 2023 · 3 comments
Closed

Compile error after upgrading prost to 0.12.1 #54

Atry opened this issue Sep 19, 2023 · 3 comments

Comments

@Atry
Copy link

Atry commented Sep 19, 2023

error[E0277]: the trait bound `prost_wkt_types::Struct: prost::Message` is not satisfied
    --> router/client/src/pb/preemo_adapter_library.train.v1.rs:10:28
     |
10   | #[derive(Clone, PartialEq, ::prost::Message)]
     |                            ^^^^^^^^^^^^^^^^ the trait `prost::Message` is not implemented for `prost_wkt_types::Struct`
     |
     = help: the following other types implement trait `prost::Message`:
               ()
               Annotation
               Api
               Box<M>
               CachedBatch
               ClearCacheRequest
               ClearCacheResponse
               CodeGeneratorRequest
             and 97 others
note: required by a bound in `message::merge`
@tiagolobocastro
Copy link

Seems the cargo toml was updated, but not "released" yet
Gentle reminder @fdeantoni in case you simply forgot to "release" (I'm not familiar with the workflow here)

@fdeantoni
Copy link
Owner

I have not forgotten, simply giving some more time to test things out. Prost 0.12 introduces some new things and I want to be sure nothing is broken. If all goes well I expect to release 0.5.0 by the end of this week.

@fdeantoni
Copy link
Owner

Version 0.5.0 has been released!

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

3 participants