This is an automated email from the ASF dual-hosted git repository.
xuanwo 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 1111589e4 docs: Fix build for ruby docs (#6876)
1111589e4 is described below
commit 1111589e499be10b3f7056ee5294057d8c6640ce
Author: Xuanwo <[email protected]>
AuthorDate: Mon Dec 8 11:24:30 2025 +0800
docs: Fix build for ruby docs (#6876)
Signed-off-by: Xuanwo <[email protected]>
---
bindings/ruby/Rakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/ruby/Rakefile b/bindings/ruby/Rakefile
index 4105bb45e..135bfe449 100644
--- a/bindings/ruby/Rakefile
+++ b/bindings/ruby/Rakefile
@@ -94,7 +94,7 @@ namespace :doc do
target_dir = "tmp"
ext_dir = "opendal-ruby"
run(<<~CMD)
- cargo +nightly-2025-03-18 rustdoc \
+ cargo +nightly-2025-10-12 rustdoc \
--target-dir #{target_dir} \
--package #{ext_dir} \
-Zunstable-options \