From 106f32fda9aa10b2e44d0ca441e374f9c972dc31 Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Mon, 16 May 2022 20:38:52 +1200 Subject: [PATCH] Bump version to v0.12 (#110) --- CHANGELOG.md | 6 ++++++ mmtk/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e05aab..27d849c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.12.0 (2022-05-13) +=== + +* Adds weak reference support (It is disabled by default. Set MMTk option `no_reference_types` to `false` to enable it). +* Updates to mmtk-core 0.12.0. + 0.11.0 (2022-04-01) === diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 264f78e4..0164af70 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmtk_jikesrvm" -version = "0.11.0" +version = "0.12.0" authors = [" <>"] rust-version = "1.59.0" @@ -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/mmtk/mmtk-core.git", rev = "21176127d1f0493444fd901ea7277099a24bcecc" } +mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "e0273429f5239ab03407b4a93b52b21f45930d88" } # 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" }