Skip to content

Commit

Permalink
Bump version to v0.30 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: mmtkgc-bot <[email protected]>
  • Loading branch information
qinsoon and mmtkgc-bot authored Dec 20, 2024
1 parent 058ce43 commit 71d2a58
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 61 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.30.0 (2024-12-20)
===

## What's Changed
* Update mmtk-core to v0.30.0

**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.29.0...v0.30.0

0.29.0 (2024-11-08)
===

Expand Down
118 changes: 59 additions & 59 deletions mmtk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mmtk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmtk_jikesrvm"
version = "0.29.0"
version = "0.30.0"
authors = [" <>"]
rust-version = "1.71.1"
edition = "2021"
Expand Down Expand Up @@ -29,7 +29,7 @@ log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"]
# - change branch/rev
# - change repo name
# But other changes including adding/removing whitespaces in commented lines may break the CI.
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "8640ab89f43f33af99e61b9ec8ff2164ed2cfab7" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "c0f97884234b51b13c8ba5d1563a8e0f592d11c2" }
# Uncomment the following to build locally - if you change the path locally, do not commit the change in a PR
# mmtk = { path = "../repos/mmtk-core" }

Expand Down

0 comments on commit 71d2a58

Please sign in to comment.