mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Merge pull request #355 from teloxide/fix-readme-tokio
Fix the usage of Tokio in deps (README.md)
This commit is contained in:
commit
afa9c8f8f5
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ $ rustup override set nightly
|
||||||
teloxide = "0.4"
|
teloxide = "0.4"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
pretty_env_logger = "0.4.0"
|
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
|
## API overview
|
||||||
|
|
Loading…
Reference in a new issue