Skip to content

Commit 49e3ce9

Browse files
authored
Bump version to v0.9, update Rust to nightly-2021-12-05 (#129)
1 parent ddf0ba5 commit 49e3ce9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.9.0 (2021-12-16)
2+
===
3+
4+
* Supports the `MarkCompact` plan.
5+
* Updates to mmtk-core 0.9.0.
6+
17
0.8.0 (2021-11-01)
28
===
39

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk_openjdk"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = [" <>"]
55

66
[lib]
@@ -20,7 +20,7 @@ lazy_static = "1.1"
2020
# - change branch
2121
# - change repo name
2222
# But other changes including adding/removing whitespaces in commented lines may break the CI.
23-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "4813a2bfc5322c526dc56e9f8acb418dbb7ce7e6" }
23+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "5c4e9eae2c72651137ab0b51c9365256314901d2" }
2424
# Uncomment the following to build locally
2525
# mmtk = { path = "../repos/mmtk-core" }
2626

mmtk/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-10-29
1+
nightly-2021-12-05

0 commit comments

Comments
 (0)