From 79e393c44526f3417b1028a02de8302b972ac56b Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Mon, 27 Jun 2022 03:23:04 +0400 Subject: [PATCH] Correct deprecated since version Former-commit-id: 195d34ba0c56fd78422780994cfcacddca33dda8 --- src/dispatching/update_listeners/polling.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatching/update_listeners/polling.rs b/src/dispatching/update_listeners/polling.rs index 74c99bba..f71b8d1c 100644 --- a/src/dispatching/update_listeners/polling.rs +++ b/src/dispatching/update_listeners/polling.rs @@ -130,7 +130,7 @@ where } /// Returns a long polling update listener with some additional options. -#[deprecated(since = "0.7.0", note = "use `polling_builder` instead")] +#[deprecated(since = "0.10.0", note = "use `polling_builder` instead")] pub fn polling( bot: R, timeout: Option,