fix MSRV in docs

This commit is contained in:
Maybe Waffle 2022-09-23 18:58:02 +04:00
parent bd522b70f1
commit 02e34bc77a
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
```toml ```toml
teloxide-core = "0.7" teloxide-core = "0.7"
``` ```
_Compiler support: requires rustc 1.58+_. _Compiler support: requires rustc 1.64+_.
[`teloxide`]: https://docs.rs/teloxide [`teloxide`]: https://docs.rs/teloxide
[Telegram Bot API]: https://core.telegram.org/bots/api [Telegram Bot API]: https://core.telegram.org/bots/api

View file

@ -7,7 +7,7 @@
//!```toml //!```toml
//! teloxide_core = "0.7" //! teloxide_core = "0.7"
//! ``` //! ```
//! _Compiler support: requires rustc 1.58+_. //! _Compiler support: requires rustc 1.64+_.
//! //!
//! ``` //! ```
//! # async { //! # async {