mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 07:36:43 +00:00
prepear actix-http release
This commit is contained in:
parent
605ce05127
commit
9cca86e60d
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.1.0] - 2019-01-x
|
## [0.1.0-alpha.1] - 2019-03-28
|
||||||
|
|
||||||
* Initial impl
|
* Initial impl
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
name = "actix-http"
|
name = "actix-http"
|
||||||
version = "0.1.0-alpha.1"
|
version = "0.1.0-alpha.1"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix http"
|
description = "Actix http primitives"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["http", "web", "framework", "async", "futures"]
|
keywords = ["actix", "http", "framework", "async", "futures"]
|
||||||
homepage = "https://actix.rs"
|
homepage = "https://actix.rs"
|
||||||
repository = "https://github.com/actix/actix-http.git"
|
repository = "https://github.com/actix/actix-http.git"
|
||||||
documentation = "https://docs.rs/actix-http/"
|
documentation = "https://docs.rs/actix-http/"
|
||||||
|
@ -16,7 +16,7 @@ edition = "2018"
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["ssl", "fail", "cookie"]
|
features = ["ssl", "fail", "cookie", "brotli", "flate2-zlib"]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "actix/actix-web", branch = "master" }
|
travis-ci = { repository = "actix/actix-web", branch = "master" }
|
||||||
|
|
Loading…
Reference in a new issue