mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-14 07:40:31 +02:00
Compare commits
1 Commits
server-0.2
...
connector-
Author | SHA1 | Date | |
---|---|---|---|
|
94a0da3659 |
@@ -1,6 +1,6 @@
|
||||
# Changes
|
||||
|
||||
## [0.2.0] - 2019-01-xx
|
||||
## [0.2.0] - 2019-02-01
|
||||
|
||||
### Changes
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
* 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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user