Skip to content

Commit 206f218

Browse files
committed
ruby: Fix forking with multiple Ractors
We fixed a racing bug related to forking while there are multiple Ractors.
1 parent da6da47 commit 206f218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
# Metadata for the Ruby repository
1313
[package.metadata.ci-repos.ruby]
1414
repo = "mmtk/ruby" # This is used by actions/checkout, so the format is "owner/repo", not URL.
15-
rev = "b669f3e4630632b7cfcbe7b68729d14c710cd525"
15+
rev = "febd60f46be5c2260352b19be91e2cbaefd2d9f7"
1616

1717
[lib]
1818
name = "mmtk_ruby"

0 commit comments

Comments
 (0)