bump min version
This commit is contained in:
parent
98bdf63a4d
commit
da2db1eb2f
2
build.rs
2
build.rs
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue