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 26c1a18 commit 0720b8dCopy full SHA for 0720b8d
mmtk/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mmtk_openjdk"
3
-version = "0.1.0"
+version = "0.2.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 = "f9ebe772b12ea4654dfbe31605b3fa8fc5b6893b" }
+mmtk = { git = "ssh://[email protected]/mmtk/mmtk-core.git", rev = "390354e8c89b064b4c78f5e5c7445a35ed8b63d4" }
25
# Uncomment the following to build locally
26
# mmtk = { path = "../repos/mmtk-core" }
27
0 commit comments