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

v0.8: Prepare for the next release #973

Merged
merged 2 commits into from
Apr 9, 2023
Merged

v0.8: Prepare for the next release #973

merged 2 commits into from
Apr 9, 2023

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Apr 9, 2023

Also, yanking >= 0.5.1, <= 0.5.7 that affected by the bug fixed in this release.

petrosagg and others added 2 commits April 9, 2023 20:58
We must take into account the case where the channel has messages in the
block pointed to by `tail` but the head is still pointing to a null
pointer. This can happen with two concurrent senders if one gets
preempted during initialization.

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
- crossbeam-channel 0.5.7 -> 0.5.8
@taiki-e
Copy link
Member Author

taiki-e commented Apr 9, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 9, 2023

Build succeeded:

@bors bors bot merged commit 81ff802 into v0.8 Apr 9, 2023
@bors bors bot deleted the v0.8-next branch April 9, 2023 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants