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 22fa492 commit 5d50113Copy full SHA for 5d50113
mmtk/Cargo.toml
@@ -28,9 +28,10 @@ once_cell = "1.10.0"
28
# - change branch
29
# - change repo name
30
# But other changes including adding/removing whitespaces in commented lines may break the CI.
31
-mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "e0273429f5239ab03407b4a93b52b21f45930d88" }
+#mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "e0273429f5239ab03407b4a93b52b21f45930d88" }
32
# Uncomment the following to build locally
33
# mmtk = { path = "../repos/mmtk-core" }
34
+mmtk = { git = "https://github.com/wks/mmtk-core.git", branch = "edge-shape" }
35
36
[features]
37
default = []
0 commit comments