From 933e1e44f1885e3f5b8c4b927d86602756a96574 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 4 May 2018 23:51:35 -0700 Subject: [PATCH] Update minimum nightly to '2018-05-04'. --- codegen/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/build.rs b/codegen/build.rs index ff2a082c..4db263e9 100644 --- a/codegen/build.rs +++ b/codegen/build.rs @@ -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() {