Merge pull request #192 from kngwyu/pc2

Specify proc-macro2 version more precisely
This commit is contained in:
konstin 2018-07-27 13:50:18 +02:00 committed by GitHub
commit d9e2399426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ log="0.4"
quote="0.6"
[dependencies.proc-macro2]
version = "0.4"
version = "0.4.9"
features = ["nightly"]
[dependencies.syn]

View File

@ -25,5 +25,5 @@ path = "../pyo3-derive-backend"
version = "0.3.2"
[dependencies.proc-macro2]
version = "0.4"
version = "0.4.9"
features= ["nightly"]