Skip to content

Commit

Permalink
Update Rust to nightly-2021-05-12 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored May 19, 2021
1 parent fd10545 commit 3e05b07
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mmtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy_static = "1.1"
# - change branch
# - change repo name
# But other changes including adding/removing whitespaces in commented lines may break the CI.
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "e4d5b4f34578dffa1dad5be537a0e47f80d3ba60" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "ad824527bc7fa87dfba66cc2cd8745ad1c331b9f" }
# Uncomment the following to build locally
# mmtk = { path = "../repos/mmtk-core" }

Expand Down
2 changes: 1 addition & 1 deletion mmtk/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2020-12-20
nightly-2021-05-12
1 change: 0 additions & 1 deletion mmtk/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// specialization is considered as an incomplete feature.
#![allow(incomplete_features)]
#![feature(specialization)]
#![feature(const_fn)]
#![feature(box_syntax)]
#![feature(vec_into_raw_parts)]
#![feature(once_cell)]
Expand Down

0 comments on commit 3e05b07

Please sign in to comment.