Update minimum rustc version for codegen.

This commit is contained in:
Sergio Benitez 2017-03-22 18:57:46 -07:00
parent c18e121f94
commit 266aa2fd5b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use ansi_term::Colour::{Red, Yellow, Blue, White};
use version_check::{is_nightly, is_min_version, is_min_date};
// Specifies the minimum nightly version needed to compile Rocket's codegen.
const MIN_DATE: &'static str = "2017-03-19";
const MIN_DATE: &'static str = "2017-03-22";
const MIN_VERSION: &'static str = "1.17.0-nightly";
// Convenience macro for writing to stderr.