diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 74fa4a22e..95ec1c35f 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,5 +1,5 @@ # Changes -## [0.1.0] - 2019-01-x +## [0.1.0-alpha.1] - 2019-03-28 * Initial impl diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index cdaeb1fc5..5862ac846 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -2,9 +2,9 @@ name = "actix-http" version = "0.1.0-alpha.1" authors = ["Nikolay Kim "] -description = "Actix http" +description = "Actix http primitives" readme = "README.md" -keywords = ["http", "web", "framework", "async", "futures"] +keywords = ["actix", "http", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-http.git" documentation = "https://docs.rs/actix-http/" @@ -16,7 +16,7 @@ edition = "2018" workspace = ".." [package.metadata.docs.rs] -features = ["ssl", "fail", "cookie"] +features = ["ssl", "fail", "cookie", "brotli", "flate2-zlib"] [badges] travis-ci = { repository = "actix/actix-web", branch = "master" }