Skip to content
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

Update tokio dependencies in tutorials to be compatible with tonic 0.4 #549

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

hasheddan
Copy link
Contributor

Motivation

The existing tutorials do not build due to incompatibility of tonic 0.4 and tokio 0.2.

Solution

Update tokio dependencies to 1.0 and adjust required features accordinly.

Thanks for the awesome work y'all do on this library!

Copy link
Member

@LucioFranco LucioFranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is one conflict, once that is fixed we can merge this. Thanks!

Bumps routeguide tutorial dependency to tokio 1.0 for compatability with
tonic 0.4. Also adds required rt-multi-thread feature and drops unused
and now unsupported stream feature.

Signed-off-by: hasheddan <[email protected]>
@hasheddan
Copy link
Contributor Author

@LucioFranco should be ready now :) I just dropped the helloworld update because it looks like another PR got in already that fixed it 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants