Skip to content

Commit 5d50113

Browse files
committed
Temporarily change mmtk-core dependency
1 parent 22fa492 commit 5d50113

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mmtk/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ once_cell = "1.10.0"
2828
# - change branch
2929
# - change repo name
3030
# 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" }
31+
#mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "e0273429f5239ab03407b4a93b52b21f45930d88" }
3232
# Uncomment the following to build locally
3333
# mmtk = { path = "../repos/mmtk-core" }
34+
mmtk = { git = "https://github.com/wks/mmtk-core.git", branch = "edge-shape" }
3435

3536
[features]
3637
default = []

0 commit comments

Comments
 (0)