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:
@ -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
|
||||
|
Reference in New Issue
Block a user