From 6f5f59d7a9de54ead0e9e8d50abf9aa76ab34491 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 13 Dec 2023 14:17:15 +0100 Subject: [PATCH] Remove rpk from hyper docsrs features The feature doesn't exist anymore. --- hyper-boring/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyper-boring/Cargo.toml b/hyper-boring/Cargo.toml index ae95f42f..29c30560 100644 --- a/hyper-boring/Cargo.toml +++ b/hyper-boring/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" exclude = ["test/*"] [package.metadata.docs.rs] -features = ["rpk", "pq-experimental"] +features = ["pq-experimental"] rustdoc-args = ["--cfg", "docsrs"] [features]