1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

update actix-net dependencies

This commit is contained in:
Nikolay Kim
2019-05-12 08:34:51 -07:00
parent 4066375737
commit df08baf67f
43 changed files with 361 additions and 321 deletions

View File

@ -1,5 +1,14 @@
# Changes
## [0.2.0] - 2019-xx-xx
### Changed
* Update actix-service to 0.4
* Expect and upgrade services accept `ServerConfig` config.
## [0.1.5] - 2019-05-04
### Fixed