Skip to content

Commit 1fcc9f1

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.29 (#290)
Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com>
1 parent bd331a0 commit 1fcc9f1

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

.github/workflows/stylecheck.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: cargo install cargo-msrv
3333
# Verify the MSRV defined in Cargo.toml
3434
- name: Verify MSRV
35-
run: cargo msrv --path mmtk verify
35+
run: cargo msrv verify --path mmtk
3636
# If the previous step fails, find MSRV
3737
- name: Find MSRV
3838
if: failure()
39-
run: cargo msrv --path mmtk
39+
run: cargo msrv find --path mmtk

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.29.0 (2024-11-08)
2+
===
3+
4+
## What's Changed
5+
* Update mmtk-core to v0.29.0
6+
7+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.28.0...v0.29.0
8+
19
0.28.0 (2024-09-27)
210
===
311

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.28.0"
3+
version = "0.29.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 = "c4fdce02274a4b3fee49318cce9f6bf3eb378ae0" }
38+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "8640ab89f43f33af99e61b9ec8ff2164ed2cfab7" }
3939
# Uncomment the following to build locally
4040
# mmtk = { path = "../repos/mmtk-core" }
4141

0 commit comments

Comments
 (0)