Update teloxide-macros to v0.5

This commit is contained in:
Hirrolot 2022-02-05 21:40:10 +06:00
parent ec70e3b7d8
commit 3568ae5bd7

View file

@ -58,7 +58,7 @@ full = [
[dependencies] [dependencies]
teloxide-core = { version = "0.4", default-features = false } teloxide-core = { version = "0.4", default-features = false }
teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros.git", optional = true } teloxide-macros = { version = "0.5", optional = true }
serde_json = "1.0" serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }