Fix cc dep as the rust ecosystem is terrible

This commit is contained in:
Matt Corallo 2018-12-19 15:12:09 -05:00
parent a7b2302e38
commit 34aadb72d4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ features = [ "rand", "serde" ]
all-features = true
[build-dependencies]
cc = "1.0"
cc = "=1.0.26"
[lib]
name = "secp256k1"