diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index 517a185b..15e24cbc 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -58,4 +58,4 @@ webpki = { version = "0.21", optional = true } [dev-dependencies] bytes = "0.4" actix-testing = { version="0.1.0" } -actix-server-config = "0.1.0" +actix-server-config = "0.2.0" diff --git a/actix-ioframe/Cargo.toml b/actix-ioframe/Cargo.toml index b5838832..7eac1f9b 100644 --- a/actix-ioframe/Cargo.toml +++ b/actix-ioframe/Cargo.toml @@ -30,6 +30,6 @@ log = "0.4" actix-rt = "0.2.2" actix-connect = "0.2.0" actix-testing = "0.1.0" -actix-server-config = "0.1.1" +actix-server-config = "0.2.0" tokio-tcp = "0.1" tokio-timer = "0.2" diff --git a/actix-server-config/Cargo.toml b/actix-server-config/Cargo.toml index 3e892742..5c7053be 100644 --- a/actix-server-config/Cargo.toml +++ b/actix-server-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-server-config" -version = "0.1.2" +version = "0.2.0" authors = ["Nikolay Kim "] description = "Actix server config utils" homepage = "https://actix.rs" diff --git a/actix-server-config/changes.md b/actix-server-config/changes.md index 6f514080..9af452a5 100644 --- a/actix-server-config/changes.md +++ b/actix-server-config/changes.md @@ -1,6 +1,6 @@ # Changes -## Next +## [0.2.0] - 2019-10-03 ### Changed diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 30183a08..5420b140 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -38,7 +38,7 @@ uds = ["mio-uds", "tokio-uds", "actix-server-config/uds"] [dependencies] actix-rt = "0.2.2" actix-service = "0.4.1" -actix-server-config = "0.1.2" +actix-server-config = "0.2.0" log = "0.4" num_cpus = "1.0" diff --git a/actix-test-server/Cargo.toml b/actix-test-server/Cargo.toml index 8e063c38..2ce973a3 100644 --- a/actix-test-server/Cargo.toml +++ b/actix-test-server/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" [dependencies] actix-rt = "0.2.1" actix-server = "0.5.0" -actix-server-config = "0.1.0" +actix-server-config = "0.2.0" actix-testing = "0.1.0" log = "0.4" diff --git a/actix-testing/Cargo.toml b/actix-testing/Cargo.toml index 3c101b13..10d42edc 100644 --- a/actix-testing/Cargo.toml +++ b/actix-testing/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" [dependencies] actix-rt = "0.2.1" actix-server = "0.6.0" -actix-server-config = "0.1.0" +actix-server-config = "0.2.0" actix-service = "0.4.0" log = "0.4"