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

Commit 7d7085c

Browse files
authored
Merge pull request BlockstreamResearch#85 from TheBlueMatt/2018-12-fuck-rust-ecosystem
Fix cc dep as the rust ecosystem is terrible
2 parents a7b2302 + 34aadb7 commit 7d7085c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ features = [ "rand", "serde" ]
1919
all-features = true
2020

2121
[build-dependencies]
22-
cc = "1.0"
22+
cc = "=1.0.26"
2323

2424
[lib]
2525
name = "secp256k1"

0 commit comments

Comments
 (0)