From e8e0f98f96c1ae09fd2c2cf32f4c47a443e5e852 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 13 Dec 2019 12:41:48 +0600 Subject: [PATCH] fix docs.rs features list --- actix-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index b95879a28..dfa9874a7 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -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"