fdeantoni / prost-wkt

Prost Well-Known-Types serialization and deserialization.
Apache License 2.0
76 stars 35 forks source link

Compile error after upgrading prost to 0.12.1 #54

Closed Atry closed 1 year ago

Atry commented 1 year ago
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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Version 0.5.0 has been released!