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

feat: server shutdown signal (#676)

This commit is contained in:
Rob Ede
2025-05-09 19:30:11 +01:00
committed by GitHub
parent 270360e095
commit 064da0e3ff
14 changed files with 470 additions and 292 deletions

View File

@ -2,6 +2,9 @@
## Unreleased
## 2.6.0
- Add `ServerBuilder::shutdown_signal()` method.
- Minimum supported Rust version (MSRV) is now 1.74.
## 2.5.1