Fix cc dep as the rust ecosystem is terrible
This commit is contained in:
parent
a7b2302e38
commit
34aadb72d4
|
@ -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