Skip to content

Commit 3038d03

Browse files
committed
Update mmtk and ruby repo rev
1 parent 47d2f9e commit 3038d03

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

mmtk/Cargo.lock

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

mmtk/Cargo.toml

+4-4
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 = "b96430a7db726ddeb9907ee5dbe36466c6e23344"
15+
rev = "2b04d0c6d06c2d94fa6e9ced0e4395f790137464"
1616

1717
[lib]
1818
name = "mmtk_ruby"
@@ -36,11 +36,11 @@ probe = "0.5"
3636
features = ["is_mmtk_object", "object_pinning"]
3737

3838
# Uncomment the following lines to use mmtk-core from the official repository.
39-
#git = "https://github.com/wks/mmtk-core.git"
40-
#rev = "7cb0b2c12be341c084e03f2cd943fad8ac088f83"
39+
git = "https://github.com/wks/mmtk-core.git"
40+
rev = "b968d7350a11c048c72a965912943a0f5235dd35"
4141

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

4545
[features]
4646
default = []

0 commit comments

Comments
 (0)