From 60bfa1bfb1dd532bebe7022387b7efd72a8f04f8 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 11 Dec 2019 14:43:26 +0600 Subject: [PATCH] prepare actix-server release --- actix-connect/Cargo.toml | 2 +- actix-ioframe/Cargo.toml | 2 +- actix-server/CHANGES.md | 7 +++++++ actix-server/Cargo.toml | 6 +++--- actix-tls/Cargo.toml | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index 7709b5ee..e3b9d207 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -35,7 +35,7 @@ uri = ["http"] [dependencies] actix-service = "1.0.0" actix-codec = "0.2.0" -actix-utils = "1.0.0-alpha.3" +actix-utils = "1.0.0" actix-rt = "1.0.0" derive_more = "0.99.2" either = "1.5.2" diff --git a/actix-ioframe/Cargo.toml b/actix-ioframe/Cargo.toml index f69ffa68..d645063d 100644 --- a/actix-ioframe/Cargo.toml +++ b/actix-ioframe/Cargo.toml @@ -20,7 +20,7 @@ path = "src/lib.rs" [dependencies] actix-service = "1.0.0" actix-codec = "0.2.0" -actix-utils = "1.0.0-alpha.2" +actix-utils = "1.0.0" actix-rt = "1.0.0" bytes = "0.5" either = "1.5.2" diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index d8894383..e58eb313 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -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 diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index f1373cf1..34349b11 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-server" -version = "1.0.0-alpha.4" +version = "1.0.0" authors = ["Nikolay Kim "] 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" diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 2c901a01..c0af30a5 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -34,7 +34,7 @@ nativetls = ["native-tls", "tokio-tls"] [dependencies] actix-service = "1.0.0" actix-codec = "0.2.0" -actix-utils = "1.0.0-alpha.3" +actix-utils = "1.0.0" actix-rt = "1.0.0" derive_more = "0.99.2" either = "1.5.2"