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

fix: add back bytes dependency for quinn transport #127

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

rklaehn
Copy link
Collaborator

@rklaehn rklaehn commented Dec 10, 2024

the bytes dependency was missing for the quinn transport. Having this dependency optional is a bit silly since if you use tokio in 99% of all cases you have it anyway. But still, this fixes it.

This was not caught by cargo test --all-features because the hyper feature does add it. I think it was introduced by the switch to postcard.

@rklaehn rklaehn merged commit 1778e1d into main Dec 10, 2024
14 of 15 checks passed
@rklaehn rklaehn deleted the fix-quinn-transport branch December 10, 2024 09:25
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