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 b169cdb commit c82975eCopy full SHA for c82975e
mmtk/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mmtk_openjdk"
3
-version = "0.0.1"
+version = "0.1.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 = "aa518f13e04441ef6f344c88fe7f7464e6a3a73a" }
+mmtk = { git = "ssh://[email protected]/mmtk/mmtk-core.git", rev = "5cd2407424061db66cdb8573fac30704b948a11c" }
25
# Uncomment the following to build locally
26
# mmtk = { path = "../repos/mmtk-core" }
27
0 commit comments