Bump codegen nightly requirement to 2017-12-13.

This commit is contained in:
Sergio Benitez 2017-12-14 18:12:45 +07:00
parent 5922eb50b4
commit fabe7ef06e

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 = "2017-12-11";
const MIN_DATE: &'static str = "2017-12-13";
const MIN_VERSION: &'static str = "1.24.0-nightly";
fn main() {