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

chore: prepare tokio-util 0.7.12 #6823

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

tglane
Copy link
Contributor

@tglane tglane commented Sep 4, 2024

0.7.12 (September 5th, 2024)

This release bumps the MSRV to 1.70. (#6645)

Added

  • sync: Add run_until_cancelled to tokio_util::sync::CancellationToken (#6618)
  • task: add AbortOnDropHandle type (#6786)

Changed

  • deps: no default features for hashbrown (#6541)
  • time: wake DelayQueue when removing last item (#6752)
  • deps: enable the full feature when compiled for the playground (#6818)

Documented

  • task: fix typo in TaskTracker docs (#6792)

@Darksonn Darksonn added the A-tokio-util Area: The tokio-util crate label Sep 4, 2024
- deps: enable the full feature when compiled for the playground ([#6818])

### Documented
- task: fix typo in `TaskTracer` docs ([#6792])
Copy link
Contributor

Choose a reason for hiding this comment

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

There's a typo in the typo fix, how ironic.

Suggested change
- task: fix typo in `TaskTracer` docs ([#6792])
- task: fix typo in `TaskTracker` docs ([#6792])

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed. Fixed it.

@tglane tglane force-pushed the prepare-util-0.7.12 branch from 8371182 to 082476c Compare September 4, 2024 20:00
Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

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

Thanks.

@Darksonn Darksonn merged commit 35f244a into tokio-rs:master Sep 4, 2024
82 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio-util Area: The tokio-util crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants