This is an automated email from the ASF dual-hosted git repository.

psiace pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 02a784ac0d fix: add all-features flag for opendal_compat doc build 
(#5234)
02a784ac0d is described below

commit 02a784ac0dd6880f4bc26bc7b145301e5b05e427
Author: xmchx <[email protected]>
AuthorDate: Thu Oct 24 10:19:59 2024 +0800

    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 4fc457d988..f92030fe64 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"]
 

Reply via email to