Update teloxide-macros to v0.6.2

This commit is contained in:
Hirrolot 2022-05-27 00:12:03 +06:00
parent 1fcf44d380
commit e7de79b975

View file

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