1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

add impl Service for Rc<RefCell<S>>

This commit is contained in:
Nikolay Kim
2019-03-29 10:21:17 -07:00
parent 1441355d4f
commit feac0b43d9
2 changed files with 26 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.3.5] - 2019-04-xx
### Added
* Add `impl<S: Service> Service for Rc<RefCell<S>>`
## [0.3.4] - 2019-03-12
### Added