You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
pubmod client {use::tower_grpc::codegen::client::*;usesuper::::prost_types::Timestamp;// Error line! Which should be `use ::prost_types::Timestamp;`#[derive(Debug,Clone)]pubstructService<T>{inner: grpc::Grpc<T>,}
...
The text was updated successfully, but these errors were encountered:
tower-grpc-build
may generate wronguse
path when usingwell known proto type
s, saygoogle/protobuf/timestamp.proto
.Cargo dependencies:
And the generated rust file is:
The text was updated successfully, but these errors were encountered: