1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Upgraded actix-web dependency and set default-features to false (#900)

This commit is contained in:
simlay
2019-06-06 20:34:30 -07:00
committed by Nikolay Kim
parent 53e2f8090f
commit bfbac4f875
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.1.2] - 2019-06-06
* Fix ring dependency from actix-web default features for #741.
## [0.1.1] - 2019-06-01
* Static files are incorrectly served as both chunked and with length #812