Skip to content

Commit 056d331

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.31 (#299)
Co-authored-by: mmtkgc-bot <[email protected]>
1 parent b77e0b9 commit 056d331

File tree

3 files changed

+123
-39
lines changed

3 files changed

+123
-39
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.31.0 (2025-04-17)
2+
===
3+
4+
## What's Changed
5+
* Move to Rust 1.83 by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/296
6+
* Use buffer size exported from MMTk core by @k-sareen in https://github.com/mmtk/mmtk-openjdk/pull/298
7+
* Update mmtk-core to v0.31.0
8+
9+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.30.0...v0.31.0
10+
111
0.30.0 (2024-12-20)
212
===
313

mmtk/Cargo.lock

+111-37
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.30.0"
3+
version = "0.31.0"
44
authors = [" <>"]
55
rust-version = "1.74.1"
66
build = "build.rs"
@@ -35,7 +35,7 @@ probe = "0.5"
3535
# - change branch
3636
# - change repo name
3737
# But other changes including adding/removing whitespaces in commented lines may break the CI.
38-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "f67a0d2fc0bf3d18d34348949dff969d4d202bbc" }
38+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "42a434bf2280b0a9e10439cc7061a0f07af83d71" }
3939
# Uncomment the following to build locally
4040
# mmtk = { path = "../repos/mmtk-core" }
4141

0 commit comments

Comments
 (0)