1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-08-13 17:48:22 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Nikolay Kim
8d62ac4b2f prepare actix-server release 2019-02-01 20:03:31 -08:00
Nikolay Kim
442163690e prepare actix-utils release 2019-02-01 20:00:12 -08:00
5 changed files with 7 additions and 8 deletions

View File

@@ -26,8 +26,7 @@ members = [
]
[dev-dependencies]
#actix-service = "0.2.0"
actix-service = { path="actix-service" }
actix-service = "0.2.0"
actix-codec = "0.1.0"
actix-rt = { path="actix-rt" }
actix-server = { path="actix-server", features=["ssl"] }

View File

@@ -1,6 +1,6 @@
# Changes
## [0.2.0] - 2019-02-xx
## [0.2.0] - 2019-02-01
## Changes

View File

@@ -33,8 +33,7 @@ ssl = ["openssl", "tokio-openssl"]
rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
[dependencies]
#actix-service = "0.2.0"
actix-service = { path="../actix-service" }
actix-service = "0.2.0"
actix-rt = "0.1.0"
log = "0.4"

View File

@@ -1,6 +1,6 @@
# Changes
## [0.1.1] - 2018-xx-xx
## [0.2.0] - 2019-02-01
* Fix framed transport error handling
@@ -10,6 +10,8 @@
* Added Service and NewService for Stream dispatcher
* Switch to actix-service 0.2
## [0.1.0] - 2018-12-09

View File

@@ -18,8 +18,7 @@ name = "actix_utils"
path = "src/lib.rs"
[dependencies]
#actix-service = "0.1.6"
actix-service = { path="../actix-service" }
actix-service = "0.2.0"
actix-codec = "0.1.0"
bytes = "0.4"
futures = "0.1"