Skip to content

Commit 295fefa

Browse files
qinsoonmmtkgc-bot
andauthored
Update to MMTk core PR #1176 (#87)
Co-authored-by: mmtkgc-bot <[email protected]>
1 parent 6a1b56b commit 295fefa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mmtk/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ log = "*"
2727
# - change branch
2828
# - change repo name
2929
# But other changes including adding/removing whitespaces in commented lines may break the CI.
30-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "a3a72f8e5795678eff06fdc1524f0b429a62ccc0" }
30+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "9a49d6a938f0c3143750e8415622dfe679b3ddb8" }
3131
# Uncomment the following and fix the path to mmtk-core to build locally
3232
# mmtk = { path = "../repos/mmtk-core" }
3333

3434
[features]
35-
default = ["mmtk/code_space", "mmtk/ro_space"]
35+
default = ["mmtk/code_space", "mmtk/ro_space", "mmtk/exec_permission_on_all_spaces"]
3636
nogc = []

0 commit comments

Comments
 (0)