From f3fa74a3bec37d7240d60fdca8ec0147ae7b6c2f Mon Sep 17 00:00:00 2001 From: meguminloli Date: Sat, 11 Sep 2021 21:30:34 +0300 Subject: [PATCH] updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb828c34..e2e79c1d 100644 --- a/README.md +++ b/README.md @@ -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`: ```toml [dependencies] -teloxide = { version = "0.4", features = ["auto-send", "macros"] } -log = "0.4.8" +teloxide = { version = "0.5", features = ["auto-send", "macros"] } +log = "0.4" 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