mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Merge pull request #66 from teloxide/release0.2
prepare for 0.2 release
This commit is contained in:
commit
e53bb66f0a
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]
|
||||
|
||||
## [0.2.0] - 2020-03-16
|
||||
|
||||
### Changed
|
||||
|
||||
- Refactor `ReplyMarkup` ([#pr65][pr65]) (**BC**)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "teloxide-core"
|
||||
description = "Core part of the `teloxide` library - telegram bot API client"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"Temirkhan Myrzamadi <hirrolot@gmail.com>",
|
||||
|
@ -32,7 +32,7 @@ exclude = [
|
|||
|
||||
[dependencies]
|
||||
futures = "0.3.5"
|
||||
tokio = { version = "1.0.1", features = ["fs"] }
|
||||
tokio = { version = "1.2.0", features = ["fs"] }
|
||||
tokio-util = "0.6.0"
|
||||
pin-project = "1.0.3"
|
||||
bytes = "1.0.0"
|
||||
|
@ -41,7 +41,7 @@ log = "0.4"
|
|||
|
||||
serde = { version = "1.0.114", features = ["derive"] }
|
||||
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
|
||||
|
||||
derive_more = "0.99.9"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
|
||||
```toml
|
||||
teloxide_core = "0.1"
|
||||
teloxide_core = "0.2"
|
||||
```
|
||||
_Compiler support: requires rustc 1.49+_.
|
||||
|
||||
|
|
Loading…
Reference in a new issue