Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Feb 11:52
· 546 commits to master since this release
fix: replace native-tls with rustls for cross-compilation support

tokio-tungstenite native-tls depends on openssl-sys which fails
when cross-compiling to aarch64-unknown-linux-musl.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>