1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

update actix-connect changes

This commit is contained in:
Nikolay Kim 2019-07-17 10:33:47 +06:00
parent b491d373b1
commit 411e31786f
2 changed files with 8 additions and 1 deletions

View File

@ -1,9 +1,16 @@
# Changes
## [0.2.1] - 2019-07-17
### Added
* Expose Connect addrs #30
### Changed
* Update `derive_more` to 0.15
## [0.2.0] - 2019-05-12
### Changed

View File

@ -1,6 +1,6 @@
[package]
name = "actix-connect"
version = "0.2.0"
version = "0.2.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix Connector - tcp connector service"
keywords = ["network", "framework", "async", "futures"]