From 6e4c80c6f30cb547a2ebfdd42d9ae8c74828f9df Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Fri, 27 Mar 2020 03:20:32 -0400 Subject: [PATCH] Make a note to update to the crates.io version of sha2 when available --- zebra-chain/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index bc2db554..f08fc1a0 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -18,6 +18,7 @@ rand_core = "0.5.1" ripemd160 = "0.8.0" secp256k1 = { version = "0.17.2", features = ["serde"] } serde = { version = "1", features = ["serde_derive"] } +# TODO: update to crates.io version when available, #326 sha2 = {git="https://github.com/RustCrypto/hashes", rev="30b416a", features=["compress"]} thiserror = "1" x25519-dalek = "0.6"