From 72b4c635499b7cffb25ff948ef62d085529a63ab Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Mon, 23 Sep 2024 11:12:40 -0400 Subject: [PATCH] chore: fix docsrs which used removed feature hyper --- ic-agent/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ic-agent/Cargo.toml b/ic-agent/Cargo.toml index fa4e650f..9f47aa5e 100644 --- a/ic-agent/Cargo.toml +++ b/ic-agent/Cargo.toml @@ -102,4 +102,3 @@ wasm-bindgen = [ [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] rustdoc-args = ["--cfg=docsrs"] -features = ["hyper"]