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

Tokio 1.0 #22

Merged
merged 7 commits into from Jan 9, 2021
Merged

Tokio 1.0 #22

merged 7 commits into from Jan 9, 2021

Conversation

lnicola
Copy link
Contributor

@lnicola lnicola commented Dec 23, 2020

Closes #21

The tests currently fail because of an executor mismatch with reqwest. We can either wait for it to be updated, or rewrite the tests to use the hyper client.

@lnicola lnicola marked this pull request as draft December 23, 2020 19:42
@scottlamb
Copy link
Owner

Thank you!

The tests currently fail because of an executor mismatch with reqwest. We can either wait for it to be updated, or rewrite the tests to use the hyper client.

I think there's some interoperability testing benefit to using reqwest. If you're happy waiting, I think it's probably better to keep that. I see there's a reqwest issue and PR for the upgrade, and seanmonstar said it's coming soon.

@lnicola
Copy link
Contributor Author

lnicola commented Dec 24, 2020

Tests notwithstanding, I can confirm that http_serve::serve works with hyper 0.14.

@scottlamb
Copy link
Owner

Looks like the new reqwest is released. :-)

@lnicola
Copy link
Contributor Author

lnicola commented Jan 6, 2021

Updated.

@lnicola
Copy link
Contributor Author

lnicola commented Jan 6, 2021

CI passes now, too (finally).

@lnicola lnicola marked this pull request as ready for review January 8, 2021 07:49
@scottlamb scottlamb merged commit 520c407 into scottlamb:master Jan 9, 2021
@lnicola lnicola deleted the tokio-1.0 branch January 9, 2021 22:52
@lnicola
Copy link
Contributor Author

lnicola commented Jan 9, 2021

Can you also publish a new version when you find time? Thanks.

Cargo.toml Show resolved Hide resolved
@scottlamb
Copy link
Owner

Published, and thanks!

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.

hyper 0.14 support
2 participants