From ad28965d350e8fece9a2198ff8a04526055274d8 Mon Sep 17 00:00:00 2001 From: Andrey Brusnik Date: Sat, 20 Jul 2024 21:20:03 +0400 Subject: [PATCH] Bump supported TBA version in teloxide-core docs --- crates/teloxide-core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teloxide-core/src/lib.rs b/crates/teloxide-core/src/lib.rs index d01f1f15..a2b8f688 100644 --- a/crates/teloxide-core/src/lib.rs +++ b/crates/teloxide-core/src/lib.rs @@ -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.6` is supported) with ease. The library is fully +//! (Currently, version `6.9` is supported) with ease. The library is fully //! asynchronous and built using [`tokio`]. //! //!```toml