Skip to content

Commit 00834e4

Browse files
authored
Ruby commit: Make sure allocated buffers live through GC (#60)
1 parent 7494210 commit 00834e4

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

mmtk/Cargo.lock

+16-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

+2-2
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 = "83e140730e1cb9950ea8436429a549dc460edc9d"
15+
rev = "c26ce09343b083e7f260d72e2c7eb9c7d2ba07d2"
1616

1717
[lib]
1818
name = "mmtk_ruby"
@@ -37,7 +37,7 @@ features = ["is_mmtk_object", "object_pinning"]
3737

3838
# Uncomment the following lines to use mmtk-core from the official repository.
3939
git = "https://github.com/mmtk/mmtk-core.git"
40-
rev = "e79e94e744660c486d5471f252ff05c4248bcea9"
40+
rev = "5a01555b5aee984b634f81e9d137f1ae0410fd39"
4141

4242
# Uncomment the following line to use mmtk-core from a local repository.
4343
#path = "../../mmtk-core"

0 commit comments

Comments
 (0)