From 9e09dd8440d72576c97bc6b378ebfcb690758df0 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Mon, 9 Sep 2024 09:59:35 +0300 Subject: [PATCH] add EdJoPaTo to the list of authors --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5dd331c..151c3ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frankenstein" version = "0.32.5" -authors = ["Ayrat Badykov ", "Pepe Márquez "] +authors = ["Ayrat Badykov ", "EdJoPaTo ", "Pepe Márquez "] description = "Telegram bot API client for Rust" edition = "2021" license = "WTFPL" diff --git a/README.md b/README.md index a4a30a0..951ee14 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Telegram bot API client for Rust. -It's a complete wrapper for Telegram bot API, and it's up-to-date with version 7.9 of the API. +It's a complete wrapper for Telegram bot API, and it's up-to-date with version 7.10 of the API. Frankenstein's data structures (rust structs and enums) are mapped one-to-one from Telegram bot API objects and method parameters.