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 to tokio 0.2(alpha) #21

Closed
wants to merge 2 commits into from
Closed

Update to tokio 0.2(alpha) #21

wants to merge 2 commits into from

Conversation

Will-W
Copy link

@Will-W Will-W commented Aug 22, 2019

Remove dependency on futures crate as std::future now has everything we need
Bump tokio dependencies
Port lib.rs and example

Will-W added 2 commits August 22, 2019 17:53
Remove dependency on futures crate as std::future now has everything
Bump tokio dependencies
Port lib.rs and example
@berkowski
Copy link
Owner

Will, thanks for your PR. Between you and @12101111 I think the path forward is pretty clear. I've made a new branch (tokio-0.2.0-alpha.1) and intend to push a release to crates.io soon.

I think #19 will be the possible merge candidate, if only because it arrived first. However both of your PR's helped me sort out the new async stuff and I'll be crediting you both in the change log regardless of how the functionality gets in.

@Will-W
Copy link
Author

Will-W commented Aug 23, 2019

No worries, whatever works best for the project.

@berkowski
Copy link
Owner

Thanks, Will. Pushed version 4.3.3-tokio-0.2.0-alpha.2 (what a mouthful) to crates.io

@berkowski berkowski closed this Aug 26, 2019
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