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