From 707ddc3224f0ef69e8f0d56e01eaaeb856e528ae Mon Sep 17 00:00:00 2001 From: bluss Date: Sun, 30 Jul 2017 14:15:34 +0200 Subject: [PATCH] MAINT: Use serde-1 feature in docs.rs --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9d2c68a..4a73944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,3 +35,6 @@ default = ["std"] std = ["odds/std", "nodrop/std"] use_union = ["nodrop/use_union"] serde-1 = ["serde"] + +[package.metadata.docs.rs] +features = ["serde-1"]