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

Require Sync for services #2473

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Require Sync for services #2473

wants to merge 3 commits into from

Conversation

davidpdrsn
Copy link
Member

@davidpdrsn davidpdrsn commented Dec 30, 2023

Fixes #1950

This will allow us to use Arc inside Router to make it cheaper to clone.

TODO

  • changelog

@davidpdrsn davidpdrsn added this to the 0.8 milestone Dec 30, 2023
clippy.toml Show resolved Hide resolved
@davidpdrsn davidpdrsn added the breaking change A PR that makes a breaking change. label Dec 30, 2023
@davidpdrsn davidpdrsn marked this pull request as ready for review December 30, 2023 21:35
Copy link
Member

@jplatte jplatte left a comment

Choose a reason for hiding this comment

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

Huh, diff doesn't even look that complicated ^^

axum/CHANGELOG.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change A PR that makes a breaking change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should we require Sync for services?
3 participants