mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +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
|
```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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue