Skip to content

Allow deprecated Atomic::fetch_update, fixes CI (nightly failures)#3021

Merged
taiki-e merged 3 commits into
rust-lang:masterfrom
stbuehler:fix-deprecated-atomic-fetch-update
Jul 12, 2026
Merged

Allow deprecated Atomic::fetch_update, fixes CI (nightly failures)#3021
taiki-e merged 3 commits into
rust-lang:masterfrom
stbuehler:fix-deprecated-atomic-fetch-update

Conversation

@stbuehler

Copy link
Copy Markdown
Contributor

fetch_update was renamed to try_update in rust 1.95.0, and the old name (probably) gets deprecated in 1.99.0; MSRV is 1.71.

fetch_update was renamed to try_update in rust 1.95.0, and the old
name (probably) gets deprecated in 1.99.0; MSRV is 1.71.
@rustbot rustbot added A-stream Area: futures::stream S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 12, 2026

@taiki-e taiki-e left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@taiki-e
taiki-e merged commit 6689d5c into rust-lang:master Jul 12, 2026
25 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 12, 2026
@stbuehler
stbuehler deleted the fix-deprecated-atomic-fetch-update branch July 12, 2026 09:47
@taiki-e taiki-e mentioned this pull request Jul 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-stream Area: futures::stream

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants