1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 09:42:57 +01:00

fix docs.rs features list

This commit is contained in:
Nikolay Kim 2019-12-13 12:41:48 +06:00
parent c878f66d05
commit e8e0f98f96

View File

@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["openssl", "rustls", "fail", "compress", "secure-cookies"]
features = ["openssl", "rustls", "failure", "compress", "secure-cookies"]
[lib]
name = "actix_http"