summaryrefslogtreecommitdiff
path: root/gc/mmtk
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2025-01-15 10:12:20 -0500
committergit <[email protected]>2025-01-15 15:13:36 +0000
commitcb6476a34e62840c25db8b3c891687c22bb26bbc (patch)
tree172331085a49536518d2739505bac4afc13bff6a /gc/mmtk
parent6286d3858c8b609e30298b33caefda81da339748 (diff)
[ruby/mmtk] Bump mmtk-core
https://github.com/mmtk/mmtk-core/pull/1261 fixes an issue where the following script causes a Rust panic: GC.disable 10_000.times { Object.new } puts GC.stat https://github.com/ruby/mmtk/commit/6191ee994a
Diffstat (limited to 'gc/mmtk')
-rw-r--r--gc/mmtk/Cargo.lock4
-rw-r--r--gc/mmtk/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/gc/mmtk/Cargo.lock b/gc/mmtk/Cargo.lock
index 4abd431f5e..b8a4584a37 100644
--- a/gc/mmtk/Cargo.lock
+++ b/gc/mmtk/Cargo.lock
@@ -432,7 +432,7 @@ dependencies = [
[[package]]
name = "mmtk"
version = "0.30.0"
-source = "git+https://github.com/mmtk/mmtk-core.git?rev=68bf1b638263b250b12e55ef25bf8d09b01ca0b0#68bf1b638263b250b12e55ef25bf8d09b01ca0b0"
+source = "git+https://github.com/mmtk/mmtk-core.git?rev=2f6f078b6fd7bdc23688ead55a055d825a23b863#2f6f078b6fd7bdc23688ead55a055d825a23b863"
dependencies = [
"atomic",
"atomic-traits",
@@ -468,7 +468,7 @@ dependencies = [
[[package]]
name = "mmtk-macros"
version = "0.30.0"
-source = "git+https://github.com/mmtk/mmtk-core.git?rev=68bf1b638263b250b12e55ef25bf8d09b01ca0b0#68bf1b638263b250b12e55ef25bf8d09b01ca0b0"
+source = "git+https://github.com/mmtk/mmtk-core.git?rev=2f6f078b6fd7bdc23688ead55a055d825a23b863#2f6f078b6fd7bdc23688ead55a055d825a23b863"
dependencies = [
"proc-macro-error",
"proc-macro2",
diff --git a/gc/mmtk/Cargo.toml b/gc/mmtk/Cargo.toml
index 93ad269a1a..05607538cb 100644
--- a/gc/mmtk/Cargo.toml
+++ b/gc/mmtk/Cargo.toml
@@ -26,7 +26,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 = "68bf1b638263b250b12e55ef25bf8d09b01ca0b0"
+rev = "2f6f078b6fd7bdc23688ead55a055d825a23b863"
# Uncomment the following line to use mmtk-core from a local repository.
# path = "../../../mmtk-core"