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

Add a simple WebSocketStream::send method to replace Sink trait u… #144

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

sdroege
Copy link
Owner

@sdroege sdroege commented Dec 7, 2024

…sage

And also bump MSRV to 1.64.

Fixes #142

@sdroege sdroege force-pushed the feat/opt-sink-and-future-util branch from bb0b695 to 0c60de0 Compare December 7, 2024 11:33
@stackinspector
Copy link
Contributor

LGTM

@sdroege sdroege merged commit b78f952 into main Dec 8, 2024
16 checks passed
@sdroege sdroege deleted the feat/opt-sink-and-future-util branch December 8, 2024 09:48
@sdroege
Copy link
Owner Author

sdroege commented Dec 8, 2024

I'll get a release out with this in the next days

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.

Provide a simple async fn send method for better interoperability with futures-lite based facilities
2 participants