Update minimum nightly to '2019-12-29'.

This version of rustc was the first to ship with a version of cargo that
supports 'proc_macro' without an 'extern crate' declaration.
This commit is contained in:
Jeb Rosen 2020-02-11 21:45:27 -08:00 committed by Sergio Benitez
parent 98a90808b4
commit 2ca15b663a
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
use yansi::{Paint, Color::{Red, Yellow, Blue}};
// Specifies the minimum nightly version needed to compile Rocket.
const MIN_DATE: &'static str = "2019-01-13";
const MIN_VERSION: &'static str = "1.33.0-nightly";
const MIN_DATE: &'static str = "2019-12-29";
const MIN_VERSION: &'static str = "1.42.0-nightly";
macro_rules! err {
($version:expr, $date:expr, $msg:expr) => (