mirror of https://github.com/rwf2/Rocket.git
Update minimum nightly to '2018-05-04'.
This commit is contained in:
parent
aeaa4d7883
commit
933e1e44f1
|
@ -8,7 +8,7 @@ use yansi::Color::{Red, Yellow, Blue, White};
|
||||||
use version_check::{supports_features, is_min_version, is_min_date};
|
use version_check::{supports_features, 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 = "2018-04-26";
|
const MIN_DATE: &'static str = "2018-05-04";
|
||||||
const MIN_VERSION: &'static str = "1.27.0-nightly";
|
const MIN_VERSION: &'static str = "1.27.0-nightly";
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
Loading…
Reference in New Issue