From 02a784ac0dd6880f4bc26bc7b145301e5b05e427 Mon Sep 17 00:00:00 2001 From: xmchx <1394466835@qq.com> Date: Thu, 24 Oct 2024 10:19:59 +0800 Subject: [PATCH] fix: add all-features flag for opendal_compat doc build (#5234) --- integrations/compat/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integrations/compat/Cargo.toml b/integrations/compat/Cargo.toml index 4fc457d9882..f92030fe641 100644 --- a/integrations/compat/Cargo.toml +++ b/integrations/compat/Cargo.toml @@ -27,6 +27,9 @@ repository = "https://github.com/apache/opendal" rust-version = "1.75" version = "1.0.0" +[package.metadata.docs.rs] +all-features = true + [features] v0_50_to_v0_49 = ["dep:opendal_v0_49", "dep:opendal_v0_50"]