1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 19:42:59 +01:00
actix-net/actix-server-config/changes.md

22 lines
301 B
Markdown
Raw Normal View History

# Changes
## [0.2.0] - 2019-10-03
### Changed
* Update `rustls` to 0.16
* Minimum required Rust version upped to 1.37.0
2019-07-18 12:43:42 +02:00
## [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