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,