mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Merge pull request #362 from ukewea/patch-1
Fix a typo in the Cargo.toml example in README
This commit is contained in:
commit
dfcf3d9d11
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ $ 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 = { verison = "0.4", features = ["auto-send"] }
|
teloxide = { version = "0.4", features = ["auto-send"] }
|
||||||
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-multi-thread", "macros"] }
|
tokio = { version = "1.3", features = ["rt-multi-thread", "macros"] }
|
||||||
|
|
Loading…
Reference in a new issue