Skip to content

Use .try_recv() instead of deprecated .try_next() with async channels#448

Merged
sagudev merged 1 commit intoservo:mainfrom
nortti0:try_recv
Mar 9, 2026
Merged

Use .try_recv() instead of deprecated .try_next() with async channels#448
sagudev merged 1 commit intoservo:mainfrom
nortti0:try_recv

Conversation

@nortti0
Copy link
Copy Markdown
Contributor

@nortti0 nortti0 commented Mar 9, 2026

The deprecation warning caused the CI on pull requests to fail.

Bump futures-* crates to 0.3.32, since 0.3.31 does not have .try_recv().

The deprecation warning caused the CI on pull requests to fail.

Bump futures-* crates to 0.3.32, since 0.3.31 does not have .try_recv().

Signed-off-by: Juhani Krekelä <juhani@krekelä.fi>
@sagudev sagudev enabled auto-merge March 9, 2026 18:39
@sagudev sagudev added this pull request to the merge queue Mar 9, 2026
Merged via the queue into servo:main with commit 8e939d8 Mar 9, 2026
25 checks passed
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.

2 participants