mirror of https://github.com/rwf2/Rocket.git
Restrict compilation to rustc >= 2017-07-09.
This commit is contained in:
parent
6050eb5169
commit
7e0cbe4842
|
@ -8,8 +8,8 @@ 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 = "2017-06-19";
|
||||
const MIN_VERSION: &'static str = "1.19.0-nightly";
|
||||
const MIN_DATE: &'static str = "2017-07-09";
|
||||
const MIN_VERSION: &'static str = "1.20.0-nightly";
|
||||
|
||||
fn main() {
|
||||
let ok_channel = supports_features();
|
||||
|
|
|
@ -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.
|
||||
const MIN_DATE: &'static str = "2017-07-02";
|
||||
const MIN_DATE: &'static str = "2017-07-09";
|
||||
const MIN_VERSION: &'static str = "1.20.0-nightly";
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Reference in New Issue