mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-27 22:32:57 +01:00
prepare actix-service release
This commit is contained in:
parent
5f8599faf1
commit
a2134035d6
@ -38,9 +38,3 @@ futures = "0.1.25"
|
|||||||
openssl = "0.10"
|
openssl = "0.10"
|
||||||
tokio-tcp = "0.1"
|
tokio-tcp = "0.1"
|
||||||
tokio-openssl = "0.3"
|
tokio-openssl = "0.3"
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
actix-service = { path = "actix-service" }
|
|
||||||
actix-utils = { path = "actix-utils" }
|
|
||||||
actix-server = { path = "actix-server" }
|
|
||||||
actix-connect = { path = "actix-connect" }
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.4.0] - 2019-05-11
|
## [0.4.0] - 2019-05-12
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-service"
|
name = "actix-service"
|
||||||
version = "0.3.6"
|
version = "0.4.0"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix Service"
|
description = "Actix Service"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
Loading…
Reference in New Issue
Block a user