Skip to content

Commit

Permalink
Merge pull request #103 from alekseysidorov/master
Browse files Browse the repository at this point in the history
Relax cc dependency requirements.
  • Loading branch information
real-or-random authored Apr 27, 2019
2 parents 8b49635 + 733755d commit bf9b972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf9b972

Please sign in to comment.