This commit is contained in:
Tamas Blummer 2019-08-22 16:21:16 +02:00
parent 14e61df578
commit 78a4f09861
1 changed files with 2 additions and 2 deletions

View File

@ -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"