From 7200e10250d9f5ba30a50989ea26ea1cb71bfc9b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 31 Jan 2024 14:55:19 +0100 Subject: [PATCH] these flags are new --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6078feb..2f3de2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,5 +52,6 @@ serde = ["dep:serde", "chrono/serde"] alloc = ["postcard/alloc", "chrono/alloc"] [package.metadata.docs.rs] -all-features = true -rustdoc-args = ["--cfg", "doc_cfg"] +features = ["derive", "rc", "unstable"] +targets = ["x86_64-unknown-linux-gnu"] +rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]