diff --git a/crates/teloxide-core/src/lib.rs b/crates/teloxide-core/src/lib.rs index d76dac3b..bfc94ddf 100644 --- a/crates/teloxide-core/src/lib.rs +++ b/crates/teloxide-core/src/lib.rs @@ -5,7 +5,7 @@ //! asynchronous and built using [`tokio`]. //! //!```toml -//! teloxide_core = "0.8" +//! teloxide_core = "0.9" //! ``` //! _Compiler support: requires rustc 1.64+_. //!