diff --git a/CHANGES.md b/CHANGES.md index aa42900d..dedf0758 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [1.0.0-beta.4] - 2019-05-xx +## [1.0.0-beta.4] - 2019-05-12 ### Add @@ -10,6 +10,8 @@ * `App::configure` take an `FnOnce` instead of `Fn` +* Upgrade actix-net crates + ## [1.0.0-beta.3] - 2019-05-04 diff --git a/Cargo.toml b/Cargo.toml index 08e5d55a..23b38827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web" -version = "1.0.0-beta.3" +version = "1.0.0-beta.4" authors = ["Nikolay Kim "] description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust." readme = "README.md" @@ -121,7 +121,6 @@ actix-http-test = { path = "test-server" } actix-web-codegen = { path = "actix-web-codegen" } actix-web-actors = { path = "actix-web-actors" } actix-session = { path = "actix-session" } -awc = { path = "awc" } - actix-files = { path = "actix-files" } actix-multipart = { path = "actix-multipart" } +awc = { path = "awc" }