mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Prepare to v0.2.0
This commit is contained in:
parent
9f69dee06e
commit
1676434d1a
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue