Update the version in the README

This commit is contained in:
Hirrolot 2022-02-06 18:30:08 +06:00 committed by GitHub
parent 66023ee56c
commit dbc7eb0150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ $ rustup override set nightly
5. Run `cargo new my_bot`, enter the directory and put these lines into your `Cargo.toml`:
```toml
[dependencies]
teloxide = { version = "0.5", features = ["macros", "auto-send"] }
teloxide = { version = "0.6", features = ["macros", "auto-send"] }
log = "0.4"
pretty_env_logger = "0.4.0"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }