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 and warp to latest versions #1612

Merged
merged 5 commits into from
Jul 26, 2021

Conversation

joshrotenberg
Copy link
Contributor

@joshrotenberg joshrotenberg commented Jul 26, 2021

Update warp to 0.3.1 and tokio to 1. This also required updating the minimum Rust version to 1.46.0 to allow match in a const fn (see https://github.com/rust-lang/rust/blob/master/RELEASES.md#language-7).

Fixes #1610.

Copy link
Contributor

@ehuss ehuss left a comment

Choose a reason for hiding this comment

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

Thanks!

@ehuss ehuss merged commit 3d04e5c into rust-lang:master Jul 26, 2021
@joshrotenberg joshrotenberg deleted the update_tokio_warp branch July 26, 2021 18:55
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.

CI fails to compile warp on nightly
2 participants