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

prepare actix-rt release 2.9.0

This commit is contained in:
Rob Ede
2023-08-26 18:02:48 +01:00
parent 3b5716c23e
commit 150d2c05d3
3 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## Unreleased - 2023-xx-xx
## 2.9.0
- Add `actix_rt::System::runtime()` method to retrieve the underlying `actix_rt::Runtime` runtime.
- Add `actix_rt::Runtime::tokio_runtime()` method to retrieve the underlying Tokio runtime.
- Minimum supported Rust version (MSRV) is now 1.65.