From 1bdc62b246193e0a4c076c1cfbe25717187ef6f2 Mon Sep 17 00:00:00 2001 From: mmtkgc-bot Date: Wed, 22 May 2024 02:12:33 +0000 Subject: [PATCH] Update mmtk-core to 56b2521d2b99848ee0613a0a5288fe6d81b754ba --- mmtk/Cargo.lock | 8 ++++---- mmtk/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mmtk/Cargo.lock b/mmtk/Cargo.lock index 1662810..ff5b814 100644 --- a/mmtk/Cargo.lock +++ b/mmtk/Cargo.lock @@ -99,9 +99,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "built" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16" +checksum = "c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17" dependencies = [ "git2", ] @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "mmtk" version = "0.25.0" -source = "git+https://github.com/wks/mmtk-core.git?rev=cf57f5e3d3b3cfa96b04cde42b3a68e5e8e69468#cf57f5e3d3b3cfa96b04cde42b3a68e5e8e69468" +source = "git+https://github.com/mmtk/mmtk-core.git?rev=56b2521d2b99848ee0613a0a5288fe6d81b754ba#56b2521d2b99848ee0613a0a5288fe6d81b754ba" dependencies = [ "atomic", "atomic-traits", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "mmtk-macros" version = "0.25.0" -source = "git+https://github.com/wks/mmtk-core.git?rev=cf57f5e3d3b3cfa96b04cde42b3a68e5e8e69468#cf57f5e3d3b3cfa96b04cde42b3a68e5e8e69468" +source = "git+https://github.com/mmtk/mmtk-core.git?rev=56b2521d2b99848ee0613a0a5288fe6d81b754ba#56b2521d2b99848ee0613a0a5288fe6d81b754ba" dependencies = [ "proc-macro-error", "proc-macro2", diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index e77ef62..09efd01 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -28,7 +28,7 @@ log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"] # - change branch/rev # - change repo name # But other changes including adding/removing whitespaces in commented lines may break the CI. -mmtk = { git = "https://github.com/wks/mmtk-core.git", rev = "cf57f5e3d3b3cfa96b04cde42b3a68e5e8e69468" } +mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "56b2521d2b99848ee0613a0a5288fe6d81b754ba" } # Uncomment the following to build locally - if you change the path locally, do not commit the change in a PR # mmtk = { path = "../repos/mmtk-core" }