Skip to content

Commit 71d2a58

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.30 (#184)
Co-authored-by: mmtkgc-bot <[email protected]>
1 parent 058ce43 commit 71d2a58

File tree

3 files changed

+69
-61
lines changed

3 files changed

+69
-61
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.30.0 (2024-12-20)
2+
===
3+
4+
## What's Changed
5+
* Update mmtk-core to v0.30.0
6+
7+
**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.29.0...v0.30.0
8+
19
0.29.0 (2024-11-08)
210
===
311

mmtk/Cargo.lock

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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_jikesrvm"
3-
version = "0.29.0"
3+
version = "0.30.0"
44
authors = [" <>"]
55
rust-version = "1.71.1"
66
edition = "2021"
@@ -29,7 +29,7 @@ log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"]
2929
# - change branch/rev
3030
# - change repo name
3131
# But other changes including adding/removing whitespaces in commented lines may break the CI.
32-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "8640ab89f43f33af99e61b9ec8ff2164ed2cfab7" }
32+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "c0f97884234b51b13c8ba5d1563a8e0f592d11c2" }
3333
# Uncomment the following to build locally - if you change the path locally, do not commit the change in a PR
3434
# mmtk = { path = "../repos/mmtk-core" }
3535

0 commit comments

Comments
 (0)