Merge pull request #167 from rumpelsepp/master

Bump regex crate version to 1.0
This commit is contained in:
konstin 2018-05-29 16:32:20 +02:00 committed by GitHub
commit 6aeeebf5a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ pyo3cls = { path = "pyo3cls", version = "0.2.5" }
docmatic = "^0.1.2"
[build-dependencies]
regex = "0.2"
regex = "1.0"
version_check = "0.1"
[features]