mirror of https://github.com/rwf2/Rocket.git
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:
parent
98a90808b4
commit
2ca15b663a
|
@ -3,8 +3,8 @@
|
||||||
use yansi::{Paint, Color::{Red, Yellow, Blue}};
|
use yansi::{Paint, Color::{Red, Yellow, Blue}};
|
||||||
|
|
||||||
// Specifies the minimum nightly version needed to compile Rocket.
|
// Specifies the minimum nightly version needed to compile Rocket.
|
||||||
const MIN_DATE: &'static str = "2019-01-13";
|
const MIN_DATE: &'static str = "2019-12-29";
|
||||||
const MIN_VERSION: &'static str = "1.33.0-nightly";
|
const MIN_VERSION: &'static str = "1.42.0-nightly";
|
||||||
|
|
||||||
macro_rules! err {
|
macro_rules! err {
|
||||||
($version:expr, $date:expr, $msg:expr) => (
|
($version:expr, $date:expr, $msg:expr) => (
|
||||||
|
|
Loading…
Reference in New Issue