Skip to content

Commit de468c2

Browse files
authored
Bump version to v0.13 (#164)
1 parent f531219 commit de468c2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
0.12.0 (2022-05-13)
28
===
39

mmtk/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk_openjdk"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = [" <>"]
55
rust-version = "1.57.0"
66

@@ -28,7 +28,7 @@ once_cell = "1.10.0"
2828
# - change branch
2929
# - change repo name
3030
# 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" }
3232
# Uncomment the following to build locally
3333
# mmtk = { path = "../repos/mmtk-core" }
3434

0 commit comments

Comments
 (0)