mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-17 14:43:31 +01:00
prepare actix-utils release
This commit is contained in:
parent
d83bf95304
commit
442163690e
@ -26,8 +26,7 @@ members = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
#actix-service = "0.2.0"
|
actix-service = "0.2.0"
|
||||||
actix-service = { path="actix-service" }
|
|
||||||
actix-codec = "0.1.0"
|
actix-codec = "0.1.0"
|
||||||
actix-rt = { path="actix-rt" }
|
actix-rt = { path="actix-rt" }
|
||||||
actix-server = { path="actix-server", features=["ssl"] }
|
actix-server = { path="actix-server", features=["ssl"] }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.1.1] - 2018-xx-xx
|
## [0.2.0] - 2019-02-01
|
||||||
|
|
||||||
* Fix framed transport error handling
|
* Fix framed transport error handling
|
||||||
|
|
||||||
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
* Added Service and NewService for Stream dispatcher
|
* Added Service and NewService for Stream dispatcher
|
||||||
|
|
||||||
|
* Switch to actix-service 0.2
|
||||||
|
|
||||||
|
|
||||||
## [0.1.0] - 2018-12-09
|
## [0.1.0] - 2018-12-09
|
||||||
|
|
||||||
|
@ -18,8 +18,7 @@ name = "actix_utils"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
#actix-service = "0.1.6"
|
actix-service = "0.2.0"
|
||||||
actix-service = { path="../actix-service" }
|
|
||||||
actix-codec = "0.1.0"
|
actix-codec = "0.1.0"
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user