From 71a9df17e39e37d32d481e07a43cead8ca816ad7 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 6 May 2020 16:22:03 +0200 Subject: [PATCH] Correctly pass --all-features flag to docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6f41c8..280dfcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["web", "request", "http", "rest", "client"] categories = ["web-programming::http-client"] edition = "2018" -[package.metadata."docs.rs"] +[package.metadata.docs.rs] all-features = true [features]