v0.3.0 README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-07-31 22:04:39 +06:00 committed by GitHub
parent b98932437b
commit 5985f62bfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
<h1>teloxide</h1>
<a href="https://docs.rs/teloxide/">
<img src="https://img.shields.io/badge/docs.rs-v0.2.0-blue.svg">
<img src="https://img.shields.io/badge/docs.rs-v0.3.0-blue.svg">
</a>
<a href="https://github.com/teloxide/teloxide/actions">
<img src="https://github.com/teloxide/teloxide/workflows/Continuous%20integration/badge.svg">
</a>
<a href="https://crates.io/crates/teloxide">
<img src="https://img.shields.io/badge/crates.io-v0.2.0-orange.svg">
<img src="https://img.shields.io/badge/crates.io-v0.3.0-orange.svg">
</a>
<a href="https://t.me/teloxide">
<img src="https://img.shields.io/badge/official%20chat-t.me%2Fteloxide-blueviolet">
@ -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"