Bump minimum rust version

There were some significant changes in last weeks
This commit is contained in:
konstin 2018-05-13 15:19:21 +02:00
parent 46b9bd6a9f
commit a6944b6485

View file

@ -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 {