From 5d978c432a2fd861db5cf5bc85bb23715690a50d Mon Sep 17 00:00:00 2001 From: Kyle McCarthy Date: Thu, 22 Jan 2026 23:39:02 -0600 Subject: [PATCH] Enable all features for docs.rs builds --- crates/wasip3/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/wasip3/Cargo.toml b/crates/wasip3/Cargo.toml index 3e79bba..fdbd153 100644 --- a/crates/wasip3/Cargo.toml +++ b/crates/wasip3/Cargo.toml @@ -11,6 +11,9 @@ edition.workspace = true repository.workspace = true rust-version.workspace = true +[package.metadata.docs.rs] +all-features = true + [features] http-compat = [ "dep:bytes",