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

take custom system path in actix_rt::main macro (#363)

This commit is contained in:
Ibraheem Ahmed
2021-06-08 12:33:05 -04:00
committed by GitHub
parent 3be3e11aa5
commit 3824493fd3
8 changed files with 80 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Add optional argument `system` to `main` macro which can be used to specify the path to `actix_rt::System` (useful for re-exports). [#363]
[#363]: https://github.com/actix/actix-net/pull/363
## 0.2.0 - 2021-02-02