Bump supported TBA version to 7.0 in crates docs

This commit is contained in:
Andrey Brusnik 2024-07-21 17:22:23 +04:00
parent ddb991712f
commit 72b34d0ea3
No known key found for this signature in database
GPG key ID: D33232F28CFF442C
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
//! Core part of the [`teloxide`] library.
//!
//! This library provides tools for making requests to the [Telegram Bot API]
//! (Currently, version `6.9` is supported) with ease. The library is fully
//! (Currently, version `7.0` is supported) with ease. The library is fully
//! asynchronous and built using [`tokio`].
//!
//!```toml

View file

@ -1,6 +1,6 @@
//! A full-featured framework that empowers you to easily build [Telegram bots]
//! using [Rust]. It handles all the difficult stuff so you can focus only on
//! your business logic. Currently, version `6.9` of [Telegram Bot API] is
//! your business logic. Currently, version `7.0` of [Telegram Bot API] is
//! supported.
//!
//! For a high-level overview, see [our GitHub repository](https://github.com/teloxide/teloxide).