We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.4.3
Linux ******** 5.8.0-53-generic #60-Ubuntu SMP Thu May 6 07:46:32 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
tonic-web
Some functions from body.rs were moved/deprecated, including BodyBox::empty() which is used by tonic-web service module and here.
BodyBox::empty()
To fix this problem, it can be replaced with the empty_body method found in codegen
empty_body
codegen
The text was updated successfully, but these errors were encountered:
This will be fixed by #670. I'm gonna merge that now.
Then you can depend on tonic through a git dependency since we've made breaking changes on master.
Sorry, something went wrong.
Oh great, thank you! :) I guess this issue can be closed then?
Yes :)
No branches or pull requests
Bug Report
Version
0.4.3
Platform
Linux ******** 5.8.0-53-generic #60-Ubuntu SMP Thu May 6 07:46:32 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Crates
tonic-web
Description
Some functions from body.rs were moved/deprecated, including
BodyBox::empty()
which is used bytonic-web
service module and here.To fix this problem, it can be replaced with the
empty_body
method found incodegen
The text was updated successfully, but these errors were encountered: