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-util: fix minimum supported version of tokio #2326

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

benesch
Copy link
Contributor

@benesch benesch commented Mar 17, 2020

tokio-util uses tokio::stream::StreamExt, which was not introduced until
tokio v0.2.5. The current dependency specification is incorrect, and
breaks with cargo update -Z minimal-versions.

This is preventing h2 from upgrading to tokio-util 0.3

tokio-util uses tokio::stream::StreamExt, which was not introduced until
tokio v0.2.5. The current dependency specification is incorrect, and
breaks with cargo update -Z minimal-versions.
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.

good catch! thanks!

@LucioFranco LucioFranco merged commit 9e58b37 into tokio-rs:master Mar 18, 2020
@LucioFranco
Copy link
Member

@benesch I am a bit busy right now, would you possibly be able to create a release PR for util if this is blocking you?

@benesch
Copy link
Contributor Author

benesch commented Mar 18, 2020

Sure, let me give the instructions in CONTRIBUTING.md a try!

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.

None yet

2 participants