Merge pull request #131 from elichai/cc

Relax cc requirements more
This commit is contained in:
Jonas Nick 2019-07-25 12:55:48 +00:00 committed by GitHub
commit cf6f95d105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ features = [ "rand", "serde", "recovery", "endomorphism" ]
all-features = true
[build-dependencies]
cc = ">= 1.0.28, <= 1.0.35"
cc = ">= 1.0.28"
[lib]
name = "secp256k1"