Skip to content

Commit 5d07e8f

Browse files
qinsoonmmtkgc-bot
andauthored
Update to mmtk-core PR #1205 (#177)
Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com>
1 parent 8d3720c commit 5d07e8f

File tree

3 files changed

+4
-4
lines changed

3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lazy_static = "1.1"
3131
# - change branch
3232
# - change repo name
3333
# But other changes including adding/removing whitespaces in commented lines may break the CI
34-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "45cdf31055b1b6a629bdb8032adaa6dd5a8e32b9" }
34+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "de10fa4c3bc0a2a5010b9ce04a540c63b14dc214" }
3535
# Uncomment the following to build locally
3636
# mmtk = { path = "../repos/mmtk-core" }
3737
log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"] }

mmtk/src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ pub extern "C" fn mmtk_handle_user_collection_request(tls: VMMutatorThread, coll
271271
// incremental
272272
2 => SINGLETON.handle_user_collection_request(tls, true, false),
273273
_ => unreachable!(),
274-
}
274+
};
275275
}
276276

277277
#[no_mangle]

0 commit comments

Comments
 (0)