Skip to content

Commit 22b1db0

Browse files
committed
Bump version to v0.30
1 parent b448168 commit 22b1db0

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.30.0 (2024-12-20)
2+
===
3+
4+
## What's Changed
5+
* Skip val register in ObjectBarrier impl by @wks in https://github.com/mmtk/mmtk-openjdk/pull/294
6+
* Update mmtk-core to v0.30.0
7+
8+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.29.0...v0.30.0
9+
110
0.29.0 (2024-11-08)
211
===
312

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.29.0"
3+
version = "0.30.0"
44
authors = [" <>"]
55
rust-version = "1.73.0"
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 = "8640ab89f43f33af99e61b9ec8ff2164ed2cfab7" }
38+
mmtk = { git = "https://github.com/qinsoon/mmtk-core.git", rev = "7ce3d8a0c26d64b535c5a1b9ffd4c70037351fac" }
3939
# Uncomment the following to build locally
4040
# mmtk = { path = "../repos/mmtk-core" }
4141

0 commit comments

Comments
 (0)