From 9957f2813785f7793205527178ceadd424b3a3ea Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 11 Dec 2019 14:49:26 +0600 Subject: [PATCH] prepare actix-testing release --- actix-server/Cargo.toml | 2 +- actix-testing/CHANGES.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 34349b11..81b0e993 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -39,4 +39,4 @@ mio-uds = { version = "0.6.7" } [dev-dependencies] bytes = "0.5" env_logger = "0.6" -actix-testing = "1.0.0-alpha.3" \ No newline at end of file +actix-testing = "1.0.0" \ No newline at end of file diff --git a/actix-testing/CHANGES.md b/actix-testing/CHANGES.md index 28ff8e3e..cc37a085 100644 --- a/actix-testing/CHANGES.md +++ b/actix-testing/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [1.0.0] - 2019-12-11 + +* Update actix-server to 1.0.0 + ## [1.0.0-alpha.3] - 2019-12-07 * Migrate to tokio 0.2