From c4bbf91be86e55ccb77e691b9199d40cd6b30ed8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 31 Jan 2024 14:56:41 +0100 Subject: [PATCH] lets keep all features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f3de2a..d106e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,6 @@ serde = ["dep:serde", "chrono/serde"] alloc = ["postcard/alloc", "chrono/alloc"] [package.metadata.docs.rs] -features = ["derive", "rc", "unstable"] +all-features = true targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]