From 9f18045d152c17cc4ff44ebe58aa0ac16452f2fb Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 25 Feb 2020 03:24:08 +0600 Subject: [PATCH] Update teloxide-macros (Cargo.toml) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b91e95e0..7f4a5158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ futures = "0.3.1" pin-project = "0.4.6" serde_with_macros = "1.0.1" -teloxide-macros = "0.1.2" +teloxide-macros = "0.2.1" [dev-dependencies] smart-default = "0.6.0"