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

Remove async-trait #14

Merged
merged 3 commits into from
Dec 7, 2024
Merged

Remove async-trait #14

merged 3 commits into from
Dec 7, 2024

Conversation

toblux
Copy link
Owner

@toblux toblux commented Dec 6, 2024

Inspired by #13 and feedback from @raui100, this PR restores the Send and Sync traits after they had been explicitly removed because of a problem with async-trait.

@toblux
Copy link
Owner Author

toblux commented Dec 7, 2024

@raui100 Does this work for you?

@raui100
Copy link

raui100 commented Dec 7, 2024

This looks great! I like that we could remove the !Send trait bound without the need to go up a version :)

@toblux toblux merged commit 227b3c2 into main Dec 7, 2024
6 checks passed
@toblux toblux deleted the remove-async-trait branch December 7, 2024 15:59
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