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

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

This commit is contained in:
simlay
2019-06-06 20:34:56 -07:00
committed by Nikolay Kim
parent bfbac4f875
commit c4b7980b4f
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.1.3] - 2019-06-06
* Fix ring dependency from actix-web default features for #741.
## [0.1.2] - 2019-06-02
* Fix boundary parsing #876