quininer / tokio-rustls

Asynchronous TLS/SSL streams for Tokio using Rustls.
142 stars 38 forks source link

Add a unified TLS stream type (fixes #46) #47

Closed djc closed 4 years ago

djc commented 4 years ago

Would you mind pushing out 0.10.1 to crates.io? Then I can remove this code from my downstream project. :)

quininer commented 4 years ago

0.10.1 has been released!

djc commented 4 years ago

Thank you!

djc commented 4 years ago

FYI, I just noticed on someone else's machine that this inadvertently introduced a dependency on Rust 1.37.0 due to the use of Self::Client and Self::Server for enum variants. Not sure if you have MSRV policy or anything, but just so you're aware.

quininer commented 4 years ago

I don't have an MSRV policy, but I don't mind supporting more versions of rustc.