diff --git a/README.md b/README.md index 044b43a6..2c09106e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@

teloxide

- + - + @@ -76,7 +76,7 @@ $ rustup override set nightly 5. Execute `cargo new my_bot`, enter the directory and put these lines into your `Cargo.toml`: ```toml [dependencies] -teloxide = "0.2.0" +teloxide = "0.3.0" teloxide-macros = "0.3.2" log = "0.4.8"