Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request BlockstreamResearch#85 from TheBlueMatt/2018-12-fu…
Browse files Browse the repository at this point in the history
…ck-rust-ecosystem

Fix cc dep as the rust ecosystem is terrible
  • Loading branch information
TheBlueMatt authored Dec 19, 2018
2 parents a7b2302 + 34aadb7 commit 7d7085c
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"
cc = "=1.0.26"

[lib]
name = "secp256k1"
Expand Down

0 comments on commit 7d7085c

Please sign in to comment.