1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-27 20:12:58 +01:00

prepare actix-connect release

This commit is contained in:
Nikolay Kim 2019-05-12 08:15:18 -07:00
parent 7712de3d8e
commit 802d808aca
2 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Changes # Changes
## [0.2.0] - 2019-05-11 ## [0.2.0] - 2019-05-12
### Changed ### Changed

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-connect" name = "actix-connect"
version = "0.1.5" version = "0.2.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"] authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix Connector - tcp connector service" description = "Actix Connector - tcp connector service"
keywords = ["network", "framework", "async", "futures"] keywords = ["network", "framework", "async", "futures"]
@ -30,9 +30,9 @@ ssl = ["openssl", "tokio-openssl"]
uri = ["http"] uri = ["http"]
[dependencies] [dependencies]
actix-service = "0.3.6" actix-service = "0.4.0"
actix-codec = "0.1.2" actix-codec = "0.1.2"
actix-utils = "0.3.5" actix-utils = "0.4.0"
derive_more = "0.14.0" derive_more = "0.14.0"
either = "1.5.2" either = "1.5.2"
futures = "0.1.25" futures = "0.1.25"
@ -48,7 +48,5 @@ tokio-openssl = { version="0.3", optional = true }
[dev-dependencies] [dev-dependencies]
bytes = "0.4" bytes = "0.4"
actix-test-server = { version="0.2.1", features=["ssl"] } actix-test-server = { version="0.2.2", features=["ssl"] }
actix-server-config = "0.1.0" actix-server-config = "0.1.0"
actix-utils = "0.3.4"
tokio-tcp = "0.1"