This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch xuanwo/vienna in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 5695d9487595a5e15087b0d0d810941e92ea4ed4 Author: Xuanwo <[email protected]> AuthorDate: Mon Dec 8 11:23:16 2025 +0800 docs: Fix build for ruby docs 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 \
