Merge pull request #205 from teloxide/msrv

MSRV
This commit is contained in:
Waffle Maybe 2022-04-19 13:20:53 +04:00 committed by GitHub
commit 6bf67ff69a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -36,6 +36,7 @@ jobs:
- stable
- beta
- nightly
- msrv
include:
- rust: stable
@ -47,6 +48,9 @@ jobs:
- rust: nightly
toolchain: nightly-2022-01-17
features: "--all-features"
- rust: msrv
features: "--features full"
toolchain: "1.58.0"
steps:
- uses: actions/checkout@v1

View file

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

View file

@ -7,7 +7,7 @@
//!```toml
//! teloxide_core = "0.5"
//! ```
//! _Compiler support: requires rustc 1.49+_
//! _Compiler support: requires rustc 1.58+_.
//!
//! ```
//! # #[cfg(feature = "auto_send")]