Pin version of build dependency cc to <1.0.42

Version 1.0.42 broke compatibility with rustc 1.22.0.
This commit is contained in:
Steven Roose 2019-09-06 17:11:18 +01:00
parent 4e69dccc2b
commit 07ef3a1f45
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ links = "secp256k1"
features = [ "rand", "serde", "recovery", "endomorphism" ] features = [ "rand", "serde", "recovery", "endomorphism" ]
[build-dependencies] [build-dependencies]
cc = ">= 1.0.28" cc = ">= 1.0.28, < 1.0.42"
[lib] [lib]
name = "secp256k1" name = "secp256k1"