mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 21:52:08 +00:00
Bump codegen nightly requirement to 2017-12-13.
This commit is contained in:
parent
5922eb50b4
commit
fabe7ef06e
@ -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's codegen.
|
||||
const MIN_DATE: &'static str = "2017-12-11";
|
||||
const MIN_DATE: &'static str = "2017-12-13";
|
||||
const MIN_VERSION: &'static str = "1.24.0-nightly";
|
||||
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user