Closed mati865 closed 6 years ago
Which version should it be after this pull request: 0.20.4
or 0.21.0
?
Which version should it be after this pull request: 0.20.4 or 0.21.0?
It requires upgrading native-tls
from 0.1 to 0.2 to work so I think it's breaking change.
Ping
I have a reminder to check accumulated pull requests and make a rust-websocket release in 20 days, in case of inactivity of original developers of rust-websocket.
Native-tls 0.1 uses outdated
openssl
crate that doesn't build with OpenSSL 1.1.1 (Arch Linux is already using it and openSUSE Tumbleweed will update in a few days). Updating native-tls also fixes few issues with static OpenSSL builds.It throws warnings like:
But I couldn't manage to fix them.