Skip to content

Commit 9a93301

Browse files
committed
Update mmtk-core and ruby repo revs
The ruby repo (https://github.com/mmtk/ruby, the `dev/mmtk-overrides-default` branch) is merged with the master branch of https://github.com/ruby/ruby.
1 parent 2ac8826 commit 9a93301

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

mmtk/Cargo.lock

+21-21
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 = "9036b4e1a403fdcb8e6f171ee3376d7879351e80"
15+
rev = "d6d62553dea7ff9dd1f8b41a3227e6293c8ce1a4"
1616

1717
[lib]
1818
name = "mmtk_ruby"
@@ -37,7 +37,7 @@ features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery
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 = "328deb6bfb920e895594f374e83daad57b639a7f"
40+
rev = "618fde4d1751269c1047f60336fe4800b1d8f48c"
4141

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

0 commit comments

Comments
 (0)