We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da9c7c commit c3dc9d0Copy full SHA for c3dc9d0
mmtk/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mmtk_openjdk"
3
-version = "0.2.0"
+version = "0.3.0"
4
authors = [" <>"]
5
6
[lib]
@@ -21,7 +21,7 @@ lazy_static = "1.1"
21
# - change branch
22
# - change repo name
23
# But other changes including adding/removing whitespaces in commented lines may break the CI.
24
-mmtk = { git = "ssh://[email protected]/mmtk/mmtk-core.git", rev = "9f9e3c615858eb5dcf4f66be822a1e3598b2448f" }
+mmtk = { git = "ssh://[email protected]/mmtk/mmtk-core.git", rev = "141639ab452cc464b8a41f55356e9dc945066b1a" }
25
# Uncomment the following to build locally
26
# mmtk = { path = "../repos/mmtk-core" }
27
0 commit comments