From b3b158311528a8c03ab0aa6f1937ea90a856f758 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 9 Jun 2024 18:08:53 +0100 Subject: [PATCH] docs: update changelog --- actix-rt/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 98841887..18466fa6 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -4,7 +4,7 @@ ## 2.10.0 -- Relax bound (`F: Fn -> FnOnce`) on `{Arbiter, System}::with_tokio_rt()` functions. +- Relax `F`'s bound (`Fn => FnOnce`) on `{Arbiter, System}::with_tokio_rt()` functions. - Update `tokio-uring` dependency to `0.5`. - Minimum supported Rust version (MSRV) is now 1.70.