File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.13.0 (2022-06-27)
2
+ ===
3
+
4
+ * Fixes a bug that may cause programs to hang in stop-the-world synchronization.
5
+ * Updates to mmtk-core 0.13.0.
6
+
1
7
0.12.0 (2022-05-13)
2
8
===
3
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmtk_openjdk"
3
- version = " 0.12 .0"
3
+ version = " 0.13 .0"
4
4
authors = [" <>" ]
5
5
rust-version = " 1.57.0"
6
6
@@ -28,7 +28,7 @@ once_cell = "1.10.0"
28
28
# - change branch
29
29
# - change repo name
30
30
# But other changes including adding/removing whitespaces in commented lines may break the CI.
31
- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " f78de4ed8ffd6f834c6c3d3a0bde0a651cc33f2b " }
31
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 571a857b75e648ca4c711d56fbf400d99173398f " }
32
32
# Uncomment the following to build locally
33
33
# mmtk = { path = "../repos/mmtk-core" }
34
34
You can’t perform that action at this time.
0 commit comments