1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

prepear actix-http release

This commit is contained in:
Nikolay Kim 2019-03-28 12:45:41 -07:00
parent 605ce05127
commit 9cca86e60d
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Changes
## [0.1.0] - 2019-01-x
## [0.1.0-alpha.1] - 2019-03-28
* Initial impl

View file

@ -2,9 +2,9 @@
name = "actix-http"
version = "0.1.0-alpha.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
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" }