Skip to content

Commit af135be

Browse files
authored
Bump version to v0.16 (#189)
1 parent 528f8c6 commit af135be

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.16.0 (2022-12-06)
2+
===
3+
4+
* MMTk OpenJDK binding now uses Rust edition 2021.
5+
* Support MMTk's native mark sweep plan.
6+
* Rename a few functions so they have consistent names across Rust and C++.
7+
* Fix a compilation error when barrier fast path is disabled.
8+
* Fix the wrong function pointer type in Rust that refers to a native function pointer.
9+
* Update to mmtk-core 0.16.0.
10+
111
0.15.0 (2022-09-20)
212
===
313

mmtk/Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.15.0"
3+
version = "0.16.0"
44
authors = [" <>"]
55
rust-version = "1.57.0"
66
build = "build.rs"
@@ -30,7 +30,7 @@ once_cell = "1.10.0"
3030
# - change branch
3131
# - change repo name
3232
# But other changes including adding/removing whitespaces in commented lines may break the CI.
33-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "6e1b4df8e6bf41f86c24824b4c664f05b2b9fbfb" }
33+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "4aa643773ec3ec9c4f47f696533bdd56554c03df" }
3434
# Uncomment the following to build locally
3535
# mmtk = { path = "../repos/mmtk-core" }
3636

0 commit comments

Comments
 (0)