From b0aa9395daf6e76c28a6216831b030e7713c662a Mon Sep 17 00:00:00 2001
From: Nikolay Kim <fafhrd91@gmail.com>
Date: Sun, 15 Dec 2019 22:51:14 +0600
Subject: [PATCH] prep actix-web alpha.6 release

---
 CHANGES.md | 6 ++++++
 Cargo.toml | 5 ++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 1f8ffe84..762a5d84 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,11 @@
 # Changes
 
+## [2.0.0-alpha.6] - 2019-12-15
+
+### Fixed
+
+* Fixed compilation with default features off
+
 ## [2.0.0-alpha.5] - 2019-12-13
 
 ### Added
diff --git a/Cargo.toml b/Cargo.toml
index 9438f3c7..610ffb2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "actix-web"
-version = "2.0.0-alpha.5"
+version = "2.0.0-alpha.6"
 authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
 description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
 readme = "README.md"
@@ -12,7 +12,6 @@ categories = ["network-programming", "asynchronous",
               "web-programming::http-server",
               "web-programming::websocket"]
 license = "MIT/Apache-2.0"
-exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
 edition = "2018"
 
 [package.metadata.docs.rs]
@@ -73,7 +72,7 @@ actix-tls = "1.0.0"
 
 actix-web-codegen = "0.2.0"
 actix-http = "1.0.0"
-awc = { version = "1.0.0", default-features = false }
+awc = { version = "1.0.1", default-features = false }
 
 bytes = "0.5.3"
 derive_more = "0.99.2"