File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ lazy_static = "1.1"
2020# - change branch
2121# - change repo name
2222# But other changes including adding/removing whitespaces in commented lines may break the CI.
23- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " e4d5b4f34578dffa1dad5be537a0e47f80d3ba60 " }
23+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " ad824527bc7fa87dfba66cc2cd8745ad1c331b9f " }
2424# Uncomment the following to build locally
2525# mmtk = { path = "../repos/mmtk-core" }
2626
Original file line number Diff line number Diff line change 1- nightly-2020-12-20
1+ nightly-2021-05-12
Original file line number Diff line number Diff line change 11// specialization is considered as an incomplete feature.
22#![ allow( incomplete_features) ]
33#![ feature( specialization) ]
4- #![ feature( const_fn) ]
54#![ feature( box_syntax) ]
65#![ feature( vec_into_raw_parts) ]
76#![ feature( once_cell) ]
You can’t perform that action at this time.
0 commit comments