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

Fix compilation with --no-default-features

This commit is contained in:
Nikolay Kim
2018-05-17 18:33:48 -07:00
parent 16906c5951
commit 537b420d35
2 changed files with 46 additions and 30 deletions

View File

@ -1,5 +1,10 @@
# Changes
## 0.6.7 (2018-05-17)
* Fix compilation with --no-default-features
## 0.6.6 (2018-05-17)
* Panic during middleware execution #226