Update teloxide-macros to v0.6.1

This commit is contained in:
Hirrolot 2022-04-26 02:13:57 +06:00
parent 19595c1e03
commit 7c465b99cb

View file

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