[ruby/mmtk] Bump mmtk-core

https://github.com/ruby/mmtk/commit/9876d8f0a1
This commit is contained in:
Peter Zhu 2025-10-28 20:29:50 -04:00 committed by git
parent f8b4feb7f0
commit a4c3361587
2 changed files with 4 additions and 3 deletions

5
gc/mmtk/Cargo.lock generated
View File

@ -491,7 +491,7 @@ dependencies = [
[[package]]
name = "mmtk"
version = "0.31.0"
source = "git+https://github.com/mmtk/mmtk-core.git?rev=3d89bb51c191d3077278684ec5059726128d3e2b#3d89bb51c191d3077278684ec5059726128d3e2b"
source = "git+https://github.com/mmtk/mmtk-core.git?rev=c6317a3f1c262e33fc2e427e4cc999c17bcc4791#c6317a3f1c262e33fc2e427e4cc999c17bcc4791"
dependencies = [
"atomic",
"atomic-traits",
@ -517,6 +517,7 @@ dependencies = [
"num_cpus",
"portable-atomic",
"probe",
"rayon-core",
"regex",
"rustversion",
"spin",
@ -529,7 +530,7 @@ dependencies = [
[[package]]
name = "mmtk-macros"
version = "0.31.0"
source = "git+https://github.com/mmtk/mmtk-core.git?rev=3d89bb51c191d3077278684ec5059726128d3e2b#3d89bb51c191d3077278684ec5059726128d3e2b"
source = "git+https://github.com/mmtk/mmtk-core.git?rev=c6317a3f1c262e33fc2e427e4cc999c17bcc4791#c6317a3f1c262e33fc2e427e4cc999c17bcc4791"
dependencies = [
"proc-macro-error",
"proc-macro2",

View File

@ -25,7 +25,7 @@ features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery
# Uncomment the following lines to use mmtk-core from the official repository.
git = "https://github.com/mmtk/mmtk-core.git"
rev = "3d89bb51c191d3077278684ec5059726128d3e2b"
rev = "c6317a3f1c262e33fc2e427e4cc999c17bcc4791"
# Uncomment the following line to use mmtk-core from a local repository.
# path = "../../../mmtk-core"