nit
This commit is contained in:
parent
14e61df578
commit
78a4f09861
|
@ -25,8 +25,8 @@ byteorder = "1.2"
|
|||
bitcoin_hashes = "0.7"
|
||||
bitcoinconsensus = { version = "0.17", optional = true }
|
||||
serde = { version = "1", optional = true }
|
||||
secp256k1 = { version = "0.15" }
|
||||
hex = {version="=0.3.2"}
|
||||
secp256k1 = "0.15"
|
||||
hex = "=0.3.2"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_derive = "<1.0.99"
|
||||
|
|
Loading…
Reference in New Issue