mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
Fix deprecation version
This commit is contained in:
parent
84beedfff4
commit
0cb4bfef36
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ where
|
|||
///
|
||||
/// [`shutdown`]: ShutdownToken::shutdown
|
||||
#[cfg(feature = "ctrlc_handler")]
|
||||
#[deprecated(since = "0.10", note = "use `enable_ctrlc_handler` on builder instead")]
|
||||
#[deprecated(since = "0.10.0", note = "use `enable_ctrlc_handler` on builder instead")]
|
||||
pub fn setup_ctrlc_handler(&mut self) -> &mut Self {
|
||||
self.setup_ctrlc_handler_inner();
|
||||
self
|
||||
|
|
Loading…
Reference in a new issue