mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
commit
6bf67ff69a
3 changed files with 6 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Add table
Reference in a new issue