mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Fix examples/dialogue_bot/Cargo.toml
This commit is contained in:
parent
aec1abde62
commit
701b89bf8f
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ futures = "0.3.5"
|
|||
smart-default = "0.6.0"
|
||||
derive_more = "0.99.9"
|
||||
teloxide = { path = "../../" }
|
||||
teloxide-macros = { path = "../../../teloxide-macros" }
|
||||
#teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" }
|
||||
teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
Loading…
Add table
Reference in a new issue