mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-25 02:42:58 +01:00
e733c562d9
* Update rustls, tokio-rustls and webpki across the board * bump minimum rust version to 1.37 * updated readme and changelogs to reflect changes and minimum required rust version
22 lines
285 B
Markdown
22 lines
285 B
Markdown
# Changes
|
|
|
|
## Next
|
|
|
|
### Changed
|
|
|
|
* Update `rustls` to 0.16
|
|
* Minimum required Rust version upped to 1.37.0
|
|
|
|
## [0.1.2] - 2019-07-18
|
|
|
|
### Added
|
|
|
|
* Add unix domnain sockets support
|
|
|
|
|
|
## [0.1.1] - 2019-04-16
|
|
|
|
### Added
|
|
|
|
* `IoStream` trait and impls for TcpStream, SslStream and TlsStream
|