Skip to content

Commit e33ab68

Browse files
committed
Depend on the vo_bit feature.
mmtk-core removed the `is_mmtk_object` Cargo feature, and everything it provides is now directly under the `vo_bit` feature. We depend on the `vo_bit` feature directly.
1 parent 202f620 commit e33ab68

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ atomic_refcell = "0.1.9"
3333
probe = "0.5"
3434

3535
[dependencies.mmtk]
36-
features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery"]
36+
features = ["vo_bit", "object_pinning", "sticky_immix_non_moving_nursery"]
3737

3838
# Uncomment the following lines to use mmtk-core from the official repository.
39-
git = "https://github.com/mmtk/mmtk-core.git"
40-
rev = "084923f5ee035e25b138661ef936529b7466c2d1"
39+
git = "https://github.com/wks/mmtk-core.git"
40+
rev = "70b17d97c704c2f885bb96041abf686a07590530"
4141

4242
# Uncomment the following line to use mmtk-core from a local repository.
4343
#path = "../../mmtk-core"

0 commit comments

Comments
 (0)