Update minimum nightly to '2018-05-04'.

This commit is contained in:
Sergio Benitez 2018-05-04 23:51:35 -07:00
parent aeaa4d7883
commit 933e1e44f1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use yansi::Color::{Red, Yellow, Blue, White};
use version_check::{supports_features, is_min_version, is_min_date};
// Specifies the minimum nightly version needed to compile Rocket's codegen.
const MIN_DATE: &'static str = "2018-04-26";
const MIN_DATE: &'static str = "2018-05-04";
const MIN_VERSION: &'static str = "1.27.0-nightly";
fn main() {