1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

merge master

This commit is contained in:
Nikolay Kim
2019-05-12 06:06:45 -07:00
7 changed files with 229 additions and 2 deletions

View File

@ -6,11 +6,12 @@
* Add `Debug` impl for `SslError`
* Derive debug for Server and ServerCommand
### Changed
* Upgrade to actix-service 0.4
## [0.4.3] - 2019-04-16
### Added