Bump minimum rust version
There were some significant changes in last weeks
This commit is contained in:
parent
46b9bd6a9f
commit
a6944b6485
4
build.rs
4
build.rs
|
@ -10,8 +10,8 @@ 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-11-07";
|
||||
const MIN_VERSION: &'static str = "1.23.0-nightly";
|
||||
const MIN_DATE: &'static str = "2018-05-01";
|
||||
const MIN_VERSION: &'static str = "1.27.0-nightly";
|
||||
|
||||
#[derive(Debug)]
|
||||
struct PythonVersion {
|
||||
|
|
Loading…
Reference in a new issue