1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 02:21:07 +01:00

prepare actix-connector release

This commit is contained in:
Nikolay Kim 2019-03-02 14:47:52 -08:00
parent 2e4c84dbb6
commit 400023a07b
2 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,15 @@
# Changes
## [0.3.0] - 2019-03-02
### Changed
* Migrate to actix-service 0.3
## [0.2.0] - 2019-02-01
### Changes
### Changed
* Migrate to actix-service 0.2

View File

@ -1,6 +1,6 @@
[package]
name = "actix-connector"
version = "0.2.0"
version = "0.3.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix Connector - tcp connector service"
keywords = ["network", "framework", "async", "futures"]
@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
edition = "2018"
workspace = "../"
workspace = ".."
[package.metadata.docs.rs]
features = ["ssl"]
@ -27,8 +27,7 @@ default = []
ssl = ["openssl", "tokio-openssl"]
[dependencies]
#actix-service = "0.2.0"
actix-service = { path="../actix-service" }
actix-service = "0.3.0"
actix-codec = "0.1.0"
futures = "0.1"
tokio-tcp = "0.1"