From 8c7308d9cee3bb8a32b94024e461f612b1eafe04 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 28 Jul 2023 19:55:45 +0200 Subject: Enable all features in `docs.rs` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 05bb883d..71484b7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ optional = true [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] -features = ["image", "svg", "canvas", "qr_code"] +all-features = true [profile.release-opt] inherits = "release" -- cgit