Fix the usage of Tokio in deps (README.md)

This commit is contained in:
Hirrolot 2021-03-28 00:02:19 +06:00 committed by GitHub
parent c438c38d50
commit b4eea72203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ $ rustup override set nightly
teloxide = "0.4"
log = "0.4.8"
pretty_env_logger = "0.4.0"
tokio = { version = "1.3", features = ["rt-threaded", "macros"] }
tokio = { version = "1.3", features = ["rt-multi-thread", "macros"] }
```
## API overview