Prepare to v0.2.0

This commit is contained in:
Temirkhan Myrzamadi 2020-02-25 15:19:44 +06:00
parent 9f69dee06e
commit 1676434d1a
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ $ rustup override set nightly
4. Execute `cargo new my_bot`, enter the directory and put these lines into your `Cargo.toml`:
```toml
[dependencies]
teloxide = "0.1.0"
teloxide = "0.2.0"
log = "0.4.8"
tokio = "0.2.11"
pretty_env_logger = "0.4.0"

View file

@ -32,7 +32,7 @@
//! your `Cargo.toml`:
//! ```text
//! [dependencies]
//! teloxide = "0.1.0"
//! teloxide = "0.2.0"
//! log = "0.4.8"
//! tokio = "0.2.11"
//! pretty_env_logger = "0.4.0"