Skip to content

Commit

Permalink
prepare actix-connector release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Feb 2, 2019
1 parent 8d62ac4 commit 94a0da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions actix-connector/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changes

## [0.2.0] - 2019-01-xx
## [0.2.0] - 2019-02-01

### Changes

* Migrate to actix-service 0.2

* Upgrade trust-dns-resolver

* Use tokio-current-thread instead of diract actix-rt dipendency
* Use tokio-current-thread instead of direct actix-rt dipendency


## [0.1.1] - 2019-01-13
Expand Down
3 changes: 1 addition & 2 deletions actix-connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ default = []
ssl = ["openssl", "tokio-openssl"]

[dependencies]
#actix-service = "0.1.6"
actix-service = { path="../actix-service" }
actix-service = "0.2.0"
actix-codec = "0.1.0"
futures = "0.1"
tokio-tcp = "0.1"
Expand Down

0 comments on commit 94a0da3

Please sign in to comment.