Skip to content

Commit 8e818fe

Browse files
committed
README
1 parent d059965 commit 8e818fe

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ rtdlib
1313

1414
```toml
1515
[dependencies]
16-
rtdlib = "0.7.*"
16+
rtdlib = "0.8.*"
1717
```
1818

1919
The default, `rtdlib` only have `td` types, not have call tdjson dylib, if you want , you need add `features` to your dependency.
2020

2121
```toml
2222
[dependencies]
23-
rtdlib = { version = "0.7.*", features = "sys" }
23+
rtdlib = { version = "0.8.*", features = "sys" }
2424
```
2525

2626
## version
@@ -29,20 +29,14 @@ Version mapping
2929

3030
| rtdlib | td |
3131
|---------------|-------------|
32-
| 0.* | [master@5587f10](https://github.com/tdlib/td/commit/5587f10eba5bc1ea44732970fbac5bd908680dc5) |
33-
| ~~1.3.*~~ | ~~1.3.*~~ |
34-
| ~~1.4.*~~ | ~~1.4.*~~ |
35-
| ~~1.5.*~~ | ~~1.5.*~~ |
36-
| ~~1.6.*~~ | ~~1.6.*~~ |
37-
| ~~1.7.*~~ | ~~1.7.*~~ |
32+
| 0.* | [master@fa8feef](https://github.com/tdlib/td/commit/fa8feefed70d64271945e9d5fd010b957d93c8cd) |
33+
| 1.8.* | 1.8.* |
3834

3935
The version `1.3`, `1.4`, `1.5`, `1.6`, `1.7` is outdated. the reason you can read
4036

4137
- [A new telegram client update](https://github.com/fewensa/telegram-client/issues/29)
4238
- [UPDATE_APP_TO_LOGIN](https://github.com/tdlib/td/issues/1758)
4339

44-
Therefore, if tdlib has not had a new release version, the rtdlib `1.x` version will no longer be maintained. Please use `0.x` and if you used `1.x` you can change your dependency to `0.x`.
45-
4640

4741
# Example
4842

0 commit comments

Comments
 (0)