File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ A full-featured Telegram Bot API client
9
9
[ ![ Release Documentation] ( https://img.shields.io/badge/docs-release-brightgreen.svg?style=flat-square )] ( https://docs.rs/tgbot )
10
10
[ ![ Master Documentation] ( https://img.shields.io/badge/docs-master-blueviolet.svg?style=flat-square )] ( https://tg-rs.github.io/tgbot/tgbot/ )
11
11
[ ![ Telegram Chat] ( https://img.shields.io/badge/-@tgrsusers-blue?style=flat-square&logo=telegram )] ( https://t.me/tgrsusers )
12
- [ ![ License] ( https://img.shields.io/crates/l/tgbot.svg?style=flat-square )] ( https://github.com/tg-rs/tgbot/tree/0.9 .0/LICENSE )
12
+ [ ![ License] ( https://img.shields.io/crates/l/tgbot.svg?style=flat-square )] ( https://github.com/tg-rs/tgbot/tree/0.10 .0/LICENSE )
13
13
14
14
## Installation
15
15
16
16
``` toml
17
17
[dependencies ]
18
- tgbot = " 0.9 .0"
18
+ tgbot = " 0.10 .0"
19
19
```
20
20
21
21
## Example
@@ -76,7 +76,7 @@ async fn main() {
76
76
}
77
77
```
78
78
79
- See more examples in [ examples] ( https://github.com/tg-rs/tgbot/tree/0.9 .0/examples ) directory.
79
+ See more examples in [ examples] ( https://github.com/tg-rs/tgbot/tree/0.10 .0/examples ) directory.
80
80
81
81
In order to run an example you need to create a ` .env ` file:
82
82
``` sh
@@ -86,11 +86,11 @@ Don't forget to change value of `TGBOT_TOKEN` and other variables if required.
86
86
87
87
## Changelog
88
88
89
- See [ CHANGELOG.md] ( https://github.com/tg-rs/tgbot/tree/0.9 .0/CHANGELOG.md )
89
+ See [ CHANGELOG.md] ( https://github.com/tg-rs/tgbot/tree/0.10 .0/CHANGELOG.md )
90
90
91
91
## Code of Conduct
92
92
93
- See [ CODE_OF_CONDUCT.md] ( https://github.com/tg-rs/tgbot/tree/0.9 .0/CODE_OF_CONDUCT.md ) .
93
+ See [ CODE_OF_CONDUCT.md] ( https://github.com/tg-rs/tgbot/tree/0.10 .0/CODE_OF_CONDUCT.md ) .
94
94
95
95
## LICENSE
96
96
You can’t perform that action at this time.
0 commit comments