Merge pull request #85 from TheBlueMatt/2018-12-fuck-rust-ecosystem
Fix cc dep as the rust ecosystem is terrible
This commit is contained in:
commit
7d7085c304
|
@ -19,7 +19,7 @@ features = [ "rand", "serde" ]
|
|||
all-features = true
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
cc = "=1.0.26"
|
||||
|
||||
[lib]
|
||||
name = "secp256k1"
|
||||
|
|
Loading…
Reference in New Issue