Skip to content

Commit

Permalink
Bump version to v0.18 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored Apr 12, 2023
1 parent 10b9564 commit 8e4db5d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.18.0 (2023-04-03)
===

* Update to mmtk-core 0.18.0.

0.17.0 (2023-02-17)
===

Expand Down
17 changes: 12 additions & 5 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.17.0"
version = "0.18.0"
authors = [" <>"]
rust-version = "1.61.0"

Expand Down Expand Up @@ -28,7 +28,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 = "0fb520a61795c5a079ce09f59f1da7af7c3422d5" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "f8469b0a019bea58cba26e9fb5c70fb7398ccd31" }
# 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 8e4db5d

Please sign in to comment.