Relax cc requirements more

This commit is contained in:
Elichai Turkel 2019-07-16 16:46:28 -04:00
parent b732f240e4
commit c13183bc53
No known key found for this signature in database
GPG Key ID: 9383CDE9E8E66A7F
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,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"