Fix version in teloxide core docs

This commit is contained in:
Maybe Waffle 2023-02-15 23:08:42 +04:00
parent bb35c2c155
commit a7be39f966

View file

@ -5,7 +5,7 @@
//! asynchronous and built using [`tokio`]. //! asynchronous and built using [`tokio`].
//! //!
//!```toml //!```toml
//! teloxide_core = "0.8" //! teloxide_core = "0.9"
//! ``` //! ```
//! _Compiler support: requires rustc 1.64+_. //! _Compiler support: requires rustc 1.64+_.
//! //!