From 206f218b4ff2c7ff8772cb0ac3e3c09db956974b Mon Sep 17 00:00:00 2001 From: Kunshan Wang Date: Tue, 11 Nov 2025 14:40:56 +0800 Subject: [PATCH] ruby: Fix forking with multiple Ractors We fixed a racing bug related to forking while there are multiple Ractors. --- mmtk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index f46746c..19e69da 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" # Metadata for the Ruby repository [package.metadata.ci-repos.ruby] repo = "mmtk/ruby" # This is used by actions/checkout, so the format is "owner/repo", not URL. -rev = "b669f3e4630632b7cfcbe7b68729d14c710cd525" +rev = "febd60f46be5c2260352b19be91e2cbaefd2d9f7" [lib] name = "mmtk_ruby"