Replies: 1 comment
-
What version of tonic are you using in Cargo.toml?
as a dependency, rather than
I haven't worked out how to fix the problem, so I am stuck using version Any further comments from the Rust community welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm encountering a build error in the source files auto generated by tonic.
The error that I'm getting:
My build.rs:
core.proto
messages/client_messages.proto
rpc.rs
(Server messages is basically the same).
I suspect that it has something to do with oneof. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions