mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
updated README.md
This commit is contained in:
parent
5402399b90
commit
f3fa74a3be
1 changed files with 3 additions and 3 deletions
|
@ -72,10 +72,10 @@ $ rustup override set nightly
|
||||||
5. Run `cargo new my_bot`, enter the directory and put these lines into your `Cargo.toml`:
|
5. Run `cargo new my_bot`, enter the directory and put these lines into your `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
teloxide = { version = "0.4", features = ["auto-send", "macros"] }
|
teloxide = { version = "0.5", features = ["auto-send", "macros"] }
|
||||||
log = "0.4.8"
|
log = "0.4"
|
||||||
pretty_env_logger = "0.4.0"
|
pretty_env_logger = "0.4.0"
|
||||||
tokio = { version = "1.3", features = ["rt-multi-thread", "macros"] }
|
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
## API overview
|
## API overview
|
||||||
|
|
Loading…
Add table
Reference in a new issue