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

Impl Responder for (T, StatusCode) where T: Responder (#954)

This commit is contained in:
messense
2019-07-11 16:42:58 +08:00
committed by Nikolay Kim
parent 69456991f6
commit b1143168e5
2 changed files with 45 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## [1.0.4] - TBD
### Added
* Add `Responder` impl for `(T, StatusCode) where T: Responder`
### Changed
* Upgrade `rand` dependency version to 0.7