Skip to content

Commit

Permalink
Update to mmtk 0.3.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored Apr 1, 2021
1 parent 9da9c7c commit c3dc9d0
Showing 1 changed file with 2 additions and 2 deletions.
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_openjdk"
version = "0.2.0"
version = "0.3.0"
authors = [" <>"]

[lib]
Expand All @@ -21,7 +21,7 @@ lazy_static = "1.1"
# - change branch
# - change repo name
# But other changes including adding/removing whitespaces in commented lines may break the CI.
mmtk = { git = "ssh://git@github.com/mmtk/mmtk-core.git", rev = "9f9e3c615858eb5dcf4f66be822a1e3598b2448f" }
mmtk = { git = "ssh://git@github.com/mmtk/mmtk-core.git", rev = "141639ab452cc464b8a41f55356e9dc945066b1a" }
# Uncomment the following to build locally
# mmtk = { path = "../repos/mmtk-core" }

Expand Down

0 comments on commit c3dc9d0

Please sign in to comment.