From 59deaf1721d1eaf3650dcb06f6deef2a70278def Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Tue, 11 Mar 2025 17:09:53 +0100 Subject: [PATCH] fix: docsrs in subxt-rpcs --- rpcs/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpcs/Cargo.toml b/rpcs/Cargo.toml index f3a62d6363..7bd4a9ef27 100644 --- a/rpcs/Cargo.toml +++ b/rpcs/Cargo.toml @@ -96,3 +96,7 @@ http-body = { workspace = true } [lints] workspace = true + +[package.metadata.docs.rs] +default-features = true +rustdoc-args = ["--cfg", "docsrs"]