tower-async-bridge 0.2.0
github-actions
released this
20 Nov 23:22
·
4 commits
to master
since this release
- Adapt to new
tower_async::Service
contract:call
takes now&self
instead of&mut self
;call
returnsimpl Future
instead of declared asasync fn
;