mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
prepare for 0.2 release
This commit is contained in:
parent
a7a329a53a
commit
fd841ecd95
3 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
## [0.2.0] - 2020-03-16
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Refactor `ReplyMarkup` ([#pr65][pr65]) (**BC**)
|
- Refactor `ReplyMarkup` ([#pr65][pr65]) (**BC**)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "teloxide-core"
|
name = "teloxide-core"
|
||||||
description = "Core part of the `teloxide` library - telegram bot API client"
|
description = "Core part of the `teloxide` library - telegram bot API client"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"Temirkhan Myrzamadi <hirrolot@gmail.com>",
|
"Temirkhan Myrzamadi <hirrolot@gmail.com>",
|
||||||
|
@ -32,7 +32,7 @@ exclude = [
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.5"
|
futures = "0.3.5"
|
||||||
tokio = { version = "1.0.1", features = ["fs"] }
|
tokio = { version = "1.2.0", features = ["fs"] }
|
||||||
tokio-util = "0.6.0"
|
tokio-util = "0.6.0"
|
||||||
pin-project = "1.0.3"
|
pin-project = "1.0.3"
|
||||||
bytes = "1.0.0"
|
bytes = "1.0.0"
|
||||||
|
@ -41,7 +41,7 @@ log = "0.4"
|
||||||
|
|
||||||
serde = { version = "1.0.114", features = ["derive"] }
|
serde = { version = "1.0.114", features = ["derive"] }
|
||||||
serde_json = "1.0.55"
|
serde_json = "1.0.55"
|
||||||
serde_with_macros = "1.1.0"
|
serde_with_macros = "1.4.1"
|
||||||
uuid = { version = "0.8.1", features = ["v4"] } # for attaching input files
|
uuid = { version = "0.8.1", features = ["v4"] } # for attaching input files
|
||||||
|
|
||||||
derive_more = "0.99.9"
|
derive_more = "0.99.9"
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
teloxide_core = "0.1"
|
teloxide_core = "0.2"
|
||||||
```
|
```
|
||||||
_Compiler support: requires rustc 1.49+_.
|
_Compiler support: requires rustc 1.49+_.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue