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

fix wrong error message for path deserialize for i32 #510

This commit is contained in:
Nikolay Kim
2018-09-15 17:09:07 -07:00
parent bbe69e5b8d
commit 7449884ce3
2 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,10 @@
* Use 5 seconds keep-alive timer by default.
### Fixed
* Fixed wrong error message for i16 type #510
## [0.7.7] - 2018-09-11