mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
fix MSRV in docs
This commit is contained in:
parent
bd522b70f1
commit
02e34bc77a
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
```toml
|
||||
teloxide-core = "0.7"
|
||||
```
|
||||
_Compiler support: requires rustc 1.58+_.
|
||||
_Compiler support: requires rustc 1.64+_.
|
||||
|
||||
[`teloxide`]: https://docs.rs/teloxide
|
||||
[Telegram Bot API]: https://core.telegram.org/bots/api
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//!```toml
|
||||
//! teloxide_core = "0.7"
|
||||
//! ```
|
||||
//! _Compiler support: requires rustc 1.58+_.
|
||||
//! _Compiler support: requires rustc 1.64+_.
|
||||
//!
|
||||
//! ```
|
||||
//! # async {
|
||||
|
|
Loading…
Reference in a new issue