-
Notifications
You must be signed in to change notification settings - Fork 837
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
Missing tonic GRPC_STATUS
with tonic 0.12.1
#6515
Comments
I suspect your local checkout has a lockfile that is pinning the version to the old version, we should uodate the dependency though if we're depending on something added in a newer patch release |
@tustvold I did update to the latest code and the issue still exists. This patch allows it to compile for me now. Let me know what you think. |
The lockfile is in the |
For anyone else that hits this, a workaround is likely to do |
|
|
GRPC_STATUS
GRPC_STATUS
with tonic 0.12.1
The current master does not compile, it is missing this status:
Changing the version of
prost
inarrow-flight/Cargo.toml
to the following fixes this:The current version of tonic is "0.12.1"
The text was updated successfully, but these errors were encountered: