Fix examples/dialogue_bot dependencies

This commit is contained in:
Andrei Orlov 2020-07-26 12:32:01 +04:00
parent 477d8a67d3
commit a22f8c6045

View file

@ -11,7 +11,7 @@ log = "0.4.8"
tokio = "0.2.9"
frunk = { git = "https://github.com/Hirrolot/frunk", branch = "append-to-hlist" }
frunk_core = { git = "https://github.com/Hirrolot/frunk-core", branch = "master" }
frunk-core = { git = "https://github.com/Hirrolot/frunk", branch = "append-to-hlist", package = "frunk_core" }
pretty_env_logger = "0.4.0"
futures = "0.3.5"
@ -21,4 +21,4 @@ teloxide = { path = "../../", features = ["frunk"] }
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" }
[profile.release]
lto = true
lto = true