Skip to content

Commit 3e05b07

Browse files
authored
Update Rust to nightly-2021-05-12 (#72)
1 parent fd10545 commit 3e05b07

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

mmtk/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2020-12-20
1+
nightly-2021-05-12

mmtk/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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)]

0 commit comments

Comments
 (0)