- Deprecate crate in favor of
tokio-native-tls
.
- Updates for tokio 0.2 release.
- Move to
futures-*-preview 0.3.0-alpha.19
. - Move to
pin-project 0.4
.
TlsStream::get_ref
andTlsStream::get_mut
(#1537).
- Track
tokio
0.2.0-alpha.4.
- Update
futures
dependency to 0.3.0-alpha.18.
- Switch to
async
,await
, andstd::future
.
- Implement
Clone
forTlsConnector
andTlsAcceptor
(#777)
- Initial release with
tokio
support.