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

Bump socket2 dependency to a version that does not assume memory layout #37

Closed
wants to merge 1 commit into from

Conversation

faern
Copy link
Collaborator

@faern faern commented Nov 13, 2020

Bumps the minimum required socket2 version to a version that does not invalidly assume the memory layout of std::net::SocketAddr. This was fixed in socket2 in rust-lang/socket2#120.

It would help unblock rust-lang/rust#78802 if we can make the ecosystem migrate away from the older versions faster.

@faern
Copy link
Collaborator Author

faern commented Nov 13, 2020

It does not make sense to merge this and publish before #38 has been fixed. Because merely getting rid of the problem from socket2 does not eliminate the memory assumption from miow. I'll get a PR for that up during the weekend.

@faern
Copy link
Collaborator Author

faern commented Nov 14, 2020

Superseded by #39

@faern faern closed this Nov 14, 2020
@faern faern deleted the upgrade-socket2 branch November 14, 2020 11:32
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.

1 participant