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

cargo: bump minimum versions #1974

Merged
merged 1 commit into from Oct 14, 2019

Conversation

mathstuf
Copy link
Contributor

bytes is bumped due to the addition of Bytes::advance in 0.4.6. h2
0.1.13 introduced the .is_io() and into_io() methods.

Bumping tokio-threadpool to 0.1.16 removes a dependency on rand from
the crate which reduces the size and avoids minimum version dependency
issues in that dependency tree.


Trying to make -Z minimum-versions work on some of my crates. Will bump bytes on master as well since I suspect it is necessary there too.

`bytes` is bumped due to the addition of `Bytes::advance` in 0.4.6. `h2`
0.1.13 introduced the `.is_io()` and `into_io()` methods.

Bumping `tokio-threadpool` to 0.1.16 removes a dependency on `rand` from
the crate which reduces the size and avoids minimum version dependency
issues in that dependency tree.
@seanmonstar seanmonstar merged commit 90c1e8f into hyperium:0.12.x Oct 14, 2019
@mathstuf mathstuf deleted the 0.12-minimum-version-bumps branch October 14, 2019 19:09
@mathstuf
Copy link
Contributor Author

Would it be possible to get a 0.12.36 release with this?

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