[ruby/mmtk] Bump mmtk-core version

https://github.com/ruby/mmtk/commit/0de72c03ba
This commit is contained in:
Peter Zhu 2025-01-07 10:37:28 -05:00 committed by git
parent 60f235ab1f
commit 2b713f08a3
2 changed files with 6 additions and 6 deletions

10
gc/mmtk/Cargo.lock generated
View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "aho-corasick"
@ -431,8 +431,8 @@ dependencies = [
[[package]]
name = "mmtk"
version = "0.28.0"
source = "git+https://github.com/mmtk/mmtk-core.git?rev=0883898514d482d9027c845e8d7f6976a49a39ac#0883898514d482d9027c845e8d7f6976a49a39ac"
version = "0.30.0"
source = "git+https://github.com/mmtk/mmtk-core.git?rev=ec745353a8de72b645613e0fef3ab7f5f1ad9bd1#ec745353a8de72b645613e0fef3ab7f5f1ad9bd1"
dependencies = [
"atomic",
"atomic-traits",
@ -467,8 +467,8 @@ dependencies = [
[[package]]
name = "mmtk-macros"
version = "0.28.0"
source = "git+https://github.com/mmtk/mmtk-core.git?rev=0883898514d482d9027c845e8d7f6976a49a39ac#0883898514d482d9027c845e8d7f6976a49a39ac"
version = "0.30.0"
source = "git+https://github.com/mmtk/mmtk-core.git?rev=ec745353a8de72b645613e0fef3ab7f5f1ad9bd1#ec745353a8de72b645613e0fef3ab7f5f1ad9bd1"
dependencies = [
"proc-macro-error",
"proc-macro2",

View File

@ -31,7 +31,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 = "0883898514d482d9027c845e8d7f6976a49a39ac"
rev = "ec745353a8de72b645613e0fef3ab7f5f1ad9bd1"
# Uncomment the following line to use mmtk-core from a local repository.
# path = "../../../mmtk-core"