mirror of https://github.com/rwf2/Rocket.git
Update minimum nightly version in codegen.
This commit is contained in:
parent
08fbe06b10
commit
8a789c5d04
|
@ -8,7 +8,7 @@ use ansi_term::Color::{Red, Yellow, Blue, White};
|
||||||
use version_check::{is_nightly, is_min_version, is_min_date};
|
use version_check::{is_nightly, is_min_version, is_min_date};
|
||||||
|
|
||||||
// Specifies the minimum nightly version needed to compile Rocket's codegen.
|
// Specifies the minimum nightly version needed to compile Rocket's codegen.
|
||||||
const MIN_DATE: &'static str = "2017-03-30";
|
const MIN_DATE: &'static str = "2017-04-15";
|
||||||
const MIN_VERSION: &'static str = "1.18.0-nightly";
|
const MIN_VERSION: &'static str = "1.18.0-nightly";
|
||||||
|
|
||||||
// Convenience macro for writing to stderr.
|
// Convenience macro for writing to stderr.
|
||||||
|
|
Loading…
Reference in New Issue