Use teloxide-macros v0.3.2

This commit is contained in:
Temirkhan Myrzamadi 2020-07-27 02:42:08 +06:00
parent 5e8f633e80
commit 709fe18ade
3 changed files with 3 additions and 4 deletions

View file

@ -55,8 +55,7 @@ serde_cbor = { version = "0.11.1", optional = true }
bincode = { version = "1.3.1", optional = true }
frunk = { git = "https://github.com/Hirrolot/frunk", branch = "append-to-hlist", optional = true }
#teloxide-macros = "0.3.1"
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" }
teloxide-macros = "0.3.2"
[dev-dependencies]
smart-default = "0.6.0"

View file

@ -17,7 +17,7 @@ pretty_env_logger = "0.4.0"
futures = "0.3.5"
derive_more = "0.99.9"
teloxide = { path = "../../", features = ["frunk"] }
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" }
teloxide-macros = "0.3.2"
[profile.release]
lto = true

View file

@ -9,7 +9,7 @@ tokio = "0.2.9"
# You can also choose "cbor-serializer" or built-in JSON serializer
teloxide = { path = "../../", features = ["redis-storage", "bincode-serializer"] }
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" }
teloxide-macros = "0.3.2"
serde = "1.0.104"
futures = "0.3.5"