1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

re-export rt in web and add main macro (#1575)

This commit is contained in:
Rob Ede
2020-06-22 20:09:48 +01:00
committed by GitHub
parent c11052f826
commit a70e599ff5
18 changed files with 71 additions and 29 deletions

View File

@ -1,5 +1,10 @@
# Changes
## [Unreleased] - XXXX-XX-XX
* Add main entry-point macro that uses re-exported runtime.
## [0.2.2] - 2020-05-23
* Add resource middleware on actix-web-codegen [#1467]