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 to io-lifetimes 0.7.0-beta.0. #23

Merged
merged 2 commits into from
May 27, 2022

Conversation

sunfishcode
Copy link
Owner

The main change here is that view types no longer implement DerefMut,
which is needed by Read and Write. Fortunately, there's a way to
get a DerefMut implementation:

sunfishcode/io-lifetimes#32 (comment)

The main change here is that view types no longer implement `DerefMut`,
which is needed by `Read` and `Write`. Fortunately, there's a way to
get a `DerefMut` implementation:

sunfishcode/io-lifetimes#32 (comment)
@sunfishcode sunfishcode merged commit 9353f7a into main May 27, 2022
@sunfishcode sunfishcode deleted the sunfishcode/update-io-lifetimes branch May 27, 2022 20:56
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