actix-rt: v2.12.0
·
3 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
- Add
SystemRunner::stop_futureandSystemRunner::into_partsfor awaiting system stop insideblock_on. - Allow
{System, Arbiter}::with_tokio_rtto accept shared Tokio runtimes (e.g.Arc<tokio::runtime::Runtime>or&'static tokio::runtime::Runtime). - Remove experimental
io-uringsupport. - Minimum supported Rust version (MSRV) is now 1.88.