From cc8a9f4c1b17a39024a8002ae8fb9e0927689e42 Mon Sep 17 00:00:00 2001 From: n4n5 Date: Fri, 28 Jun 2024 10:26:23 +0200 Subject: [PATCH] build all features on docs.rs --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index aa6b4424d..13b2f82ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,9 @@ edition = "2021" build = "build.rs" +[package.metadata.docs.rs] +all-features = true + [features] default = ["feat_common_core"] ## OS feature shortcodes