revert version of hex to sync with librustzcash

This commit is contained in:
J. Ayo Akinyele 2019-12-06 12:57:58 -05:00
parent 426b0b1a16
commit 70865a9f69
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ serde_bytes = "0.11.2"
time = "*"
secp256k1 = { version = "0.16.0", features = ["rand", "serde"] }
sha2 = { version = "0.8", default-features = false }
hex = "0.4.0"
hex = "0.3.2"
[lib]
crate-type = ["lib", "cdylib", "staticlib"]