Skip to content

Bump MSRV to Rust 1.61, various cleanups#1037

Merged
taiki-e merged 8 commits intomasterfrom
taiki-e/msrv
Nov 5, 2023
Merged

Bump MSRV to Rust 1.61, various cleanups#1037
taiki-e merged 8 commits intomasterfrom
taiki-e/msrv

Conversation

@taiki-e
Copy link
Copy Markdown
Member

@taiki-e taiki-e commented Nov 5, 2023

Originally, I intended to just raise the MSRV to unblock the #1015 and #1033, but the parts of #1015's change that do not affect the behavior, and the implementation of #1033 are now included...

Closes #1033

@taiki-e taiki-e merged commit 18afbb6 into master Nov 5, 2023
@taiki-e taiki-e deleted the taiki-e/msrv branch November 5, 2023 16:24
notgull added a commit to smol-rs/concurrent-queue that referenced this pull request Dec 16, 2023
Due to crossbeam-rs/crossbeam#1037

Signed-off-by: John Nunley <dev@notgull.net>
notgull added a commit to smol-rs/concurrent-queue that referenced this pull request Dec 16, 2023
Due to crossbeam-rs/crossbeam#1037

Signed-off-by: John Nunley <dev@notgull.net>
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.

Use cfg(target_has_atomic) instead of hard coding which targets support atomics

1 participant