Fix compilation with -Z minimal versions

This pulls in the fix from https://github.com/dtolnay/indoc/pull/29
This commit is contained in:
konstin 2019-04-28 13:04:26 +02:00
parent f005bbfbb3
commit e966c1cd1d
1 changed files with 4 additions and 4 deletions

View File

@ -19,21 +19,21 @@ travis-ci = { repository = "PyO3/pyo3", branch = "master" }
appveyor = { repository = "fafhrd91/pyo3" } appveyor = { repository = "fafhrd91/pyo3" }
[dependencies] [dependencies]
libc = "0.2.48" libc = "0.2.53"
spin = "0.5.0" spin = "0.5.0"
num-traits = "0.2.6" num-traits = "0.2.6"
pyo3cls = { path = "pyo3cls", version = "=0.7.0-alpha.1" } pyo3cls = { path = "pyo3cls", version = "=0.7.0-alpha.1" }
mashup = "0.1.9" mashup = "0.1.9"
num-complex = { version = "0.2.1", optional = true } num-complex = { version = "0.2.1", optional = true }
inventory = "0.1.3" inventory = "0.1.3"
doc-comment = "0.3" doc-comment = "0.3.0"
[dev-dependencies] [dev-dependencies]
assert_approx_eq = "1.1.0" assert_approx_eq = "1.1.0"
indoc = "0.3.1" indoc = "0.3.3"
[build-dependencies] [build-dependencies]
regex = "1.1.0" regex = "1.1.6"
version_check = "0.1.5" version_check = "0.1.5"
[features] [features]