From 2b713f08a321f0557f61e78165d729098af69672 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 7 Jan 2025 10:37:28 -0500 Subject: [PATCH] [ruby/mmtk] Bump mmtk-core version https://github.com/ruby/mmtk/commit/0de72c03ba --- gc/mmtk/Cargo.lock | 10 +++++----- gc/mmtk/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gc/mmtk/Cargo.lock b/gc/mmtk/Cargo.lock index 62a7a5669b..637b98f60f 100644 --- a/gc/mmtk/Cargo.lock +++ b/gc/mmtk/Cargo.lock @@ -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", diff --git a/gc/mmtk/Cargo.toml b/gc/mmtk/Cargo.toml index a1da874fc5..4d694d5cb9 100644 --- a/gc/mmtk/Cargo.toml +++ b/gc/mmtk/Cargo.toml @@ -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"