DePlOyMeNt iS ThE EaSy pArT
This commit is contained in:
@@ -7,8 +7,9 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
|
||||
# telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
|
||||
telegram-bot = "0.7.0"
|
||||
|
||||
dotenv = "0.15.0"
|
||||
tokio = "^0.2.0-alpha.6"
|
||||
futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }
|
||||
tokio = { version="^0.2.0", features=["macros"] }
|
||||
futures = "^0.3.5"
|
||||
Reference in New Issue
Block a user