Merge pull request #85 from TheBlueMatt/2018-12-fuck-rust-ecosystem

Fix cc dep as the rust ecosystem is terrible
This commit is contained in:
Matt Corallo 2018-12-19 15:56:59 -05:00 committed by GitHub
commit 7d7085c304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"