bump min version

This commit is contained in:
Nikolay Kim 2017-07-21 12:55:47 -07:00
parent 98bdf63a4d
commit da2db1eb2f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use regex::Regex;
use version_check::{supports_features, is_min_version, is_min_date};
// Specifies the minimum nightly version needed to compile pyo3.
const MIN_DATE: &'static str = "2017-07-09";
const MIN_DATE: &'static str = "2017-07-20";
const MIN_VERSION: &'static str = "1.20.0-nightly";
#[derive(Debug)]