diff --git a/actix-utils/src/task.rs b/actix-utils/src/task.rs index 578304c8..cb32eb8d 100644 --- a/actix-utils/src/task.rs +++ b/actix-utils/src/task.rs @@ -36,7 +36,7 @@ impl LocalWaker { } #[deprecated( - since = "2.x.x", + since = "2.1.0", note = "In favor of `wake`. State of the register doesn't matter at `wake` up" )] #[inline]