Skip to content

Commit 6191ee9

Browse files
committed
Bump mmtk-core
mmtk/mmtk-core#1261 fixes an issue where the following script causes a Rust panic: GC.disable 10_000.times { Object.new } puts GC.stat
1 parent 836a905 commit 6191ee9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gc/mmtk/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gc/mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery
2626

2727
# Uncomment the following lines to use mmtk-core from the official repository.
2828
git = "https://github.com/mmtk/mmtk-core.git"
29-
rev = "68bf1b638263b250b12e55ef25bf8d09b01ca0b0"
29+
rev = "2f6f078b6fd7bdc23688ead55a055d825a23b863"
3030

3131
# Uncomment the following line to use mmtk-core from a local repository.
3232
# path = "../../../mmtk-core"

0 commit comments

Comments
 (0)