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

Remove ServerBuilder::configure (#349)

This commit is contained in:
fakeshadow
2021-04-27 15:58:02 -07:00
committed by GitHub
parent 613b2be51f
commit 8ad5f58d38
7 changed files with 13 additions and 460 deletions

View File

@ -1,6 +1,10 @@
# Changes
## Unreleased - 2021-xx-xx
* Remove `config` module. `ServiceConfig`, `ServiceRuntime` public types are removed due to this change. [#349]
* Remove `ServerBuilder::configure` [#349]
[#349]: https://github.com/actix/actix-net/pull/349
## 2.0.0-beta.5 - 2021-04-20