remove duplicate 'hex' dependency from Cargo.toml

This commit is contained in:
ghassmo
2021-09-19 20:50:52 +03:00
parent fca033d9de
commit cc01d162f8

View File

@@ -14,7 +14,6 @@ bellman = { version = "0.8", default-features = false, features = ["groth16"] }
bls12_381 = "0.3.1"
jubjub = "0.5.1"
bs58 = "0.4.0"
hex = "0.4"
zcash_primitives = "0.5.0"
zcash_proofs = "0.5.0"