diff options
-rw-r--r-- | gc/mmtk/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gc/mmtk/Cargo.toml b/gc/mmtk/Cargo.toml index fd2beb108c..93ad269a1a 100644 --- a/gc/mmtk/Cargo.toml +++ b/gc/mmtk/Cargo.toml @@ -22,7 +22,7 @@ probe = "0.5" sysinfo = "0.32.0" [dependencies.mmtk] -features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery"] +features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery", "immix_non_moving"] # Uncomment the following lines to use mmtk-core from the official repository. git = "https://github.com/mmtk/mmtk-core.git" |