changed source of macros from dev branch to 0.3.0 version

This commit is contained in:
p0lunin 2020-07-03 21:11:32 +03:00
parent 5216347ece
commit c16c316679

View file

@ -45,7 +45,7 @@ futures = "0.3.1"
pin-project = "0.4.6"
serde_with_macros = "1.0.1"
teloxide-macros = { git="https://github.com/teloxide/teloxide-macros", branch="dev" }
teloxide-macros = "0.3.0"
[dev-dependencies]
smart-default = "0.6.0"