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

actix-test: allow dynamic port setting (#2960)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Kristian Gaylord
2023-02-25 22:25:36 -07:00
committed by GitHub
parent fdfb3d45db
commit fbfff3e751
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## Unreleased - 2022-xx-xx
- Add `TestServerConfig::port()` setter method.
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
## 0.1.0 - 2022-07-24