From c01bc8ab6d8e42bd25fe60aadfd67ba767b37874 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Wed, 5 Oct 2022 09:59:21 +0400 Subject: [PATCH] Update `teloxide-macros` Former-commit-id: 6ded398d5d306ca79b28fed481e44852cd30c12b --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02aaf40e..5295cccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ dptree = "0.3.0" # These lines are used only for development. teloxide-core = { git = "https://github.com/teloxide/teloxide-core", rev = "00165e6", default-features = false } -teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros", rev = "0e79c37", optional = true } +teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros", rev = "a2a79e29cb106a5d3052cf32a23e698db859cc2a", optional = true } # dptree = { git = "https://github.com/teloxide/dptree", rev = "df578e4" } tokio = { version = "1.8", features = ["fs"] }