From 701b89bf8f5d5180c514ad894990ce6ceb74b089 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Fri, 24 Jul 2020 18:35:50 +0600 Subject: [PATCH] Fix examples/dialogue_bot/Cargo.toml --- examples/dialogue_bot/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/dialogue_bot/Cargo.toml b/examples/dialogue_bot/Cargo.toml index 157a2086..eac96fa6 100644 --- a/examples/dialogue_bot/Cargo.toml +++ b/examples/dialogue_bot/Cargo.toml @@ -14,8 +14,7 @@ futures = "0.3.5" smart-default = "0.6.0" derive_more = "0.99.9" teloxide = { path = "../../" } -teloxide-macros = { path = "../../../teloxide-macros" } -#teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" } +teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" } [profile.release] lto = true \ No newline at end of file