1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

prepare actix-server release

This commit is contained in:
Nikolay Kim
2019-12-11 14:43:26 +06:00
parent 2c81c22b3e
commit 60bfa1bfb1
5 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [1.0.0] - 2019-12-11
### Changed
* Use actix-net releases
## [1.0.0-alpha.4] - 2019-12-08
### Changed

View File

@ -1,6 +1,6 @@
[package]
name = "actix-server"
version = "1.0.0-alpha.4"
version = "1.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix server - General purpose tcp server"
keywords = ["network", "framework", "async", "futures"]
@ -24,10 +24,10 @@ default = []
actix-service = "1.0.0"
actix-rt = "1.0.0"
actix-codec = "0.2.0"
actix-utils = "1.0.0-alpha.3"
actix-utils = "1.0.0"
log = "0.4"
num_cpus = "1.0"
num_cpus = "1.11"
mio = "0.6.19"
net2 = "0.2"
futures = "0.3.1"