Bump secp256k1 dep for older rustc
This commit is contained in:
parent
855b377d51
commit
74cd941c83
|
@ -30,7 +30,5 @@ strason = "0.3"
|
||||||
bitcoinconsensus = { version = "0.16", optional=true }
|
bitcoinconsensus = { version = "0.16", optional=true }
|
||||||
|
|
||||||
[dependencies.secp256k1]
|
[dependencies.secp256k1]
|
||||||
version = "0.8"
|
version = "0.9"
|
||||||
features = [ "rand", "serde" ]
|
features = [ "rand" ]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue