Merge pull request #103 from alekseysidorov/master

Relax cc dependency requirements.
This commit is contained in:
Tim Ruffing 2019-04-27 20:59:10 +02:00 committed by GitHub
commit bf9b972174
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.26"
cc = ">= 1.0.28, <= 1.0.35"
[lib]
name = "secp256k1"