From 941edac6b15929d7542ad2eab997865c46fbc766 Mon Sep 17 00:00:00 2001 From: Rahix Date: Sun, 26 Jul 2020 10:53:29 +0200 Subject: [PATCH] Build all features on docs.rs Signed-off-by: Rahix --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fce1791e8ac168546945951b3278b9116a1ef261..2d959342cdfaa5d01dc190eda1a8bcf97d356beb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,6 @@ vcell = "0.1.2" [dependencies.avr-device-macros] path = "macros/" optional = true + +[package.metadata.docs.rs] +all-features = true