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:
parent
4e69dccc2b
commit
07ef3a1f45
|
@ -19,7 +19,7 @@ links = "secp256k1"
|
|||
features = [ "rand", "serde", "recovery", "endomorphism" ]
|
||||
|
||||
[build-dependencies]
|
||||
cc = ">= 1.0.28"
|
||||
cc = ">= 1.0.28, < 1.0.42"
|
||||
|
||||
[lib]
|
||||
name = "secp256k1"
|
||||
|
|
Loading…
Reference in New Issue