Make a note to update to the crates.io version of sha2 when available
This commit is contained in:
parent
fa1fa60531
commit
6e4c80c6f3
|
|
@ -18,6 +18,7 @@ rand_core = "0.5.1"
|
||||||
ripemd160 = "0.8.0"
|
ripemd160 = "0.8.0"
|
||||||
secp256k1 = { version = "0.17.2", features = ["serde"] }
|
secp256k1 = { version = "0.17.2", features = ["serde"] }
|
||||||
serde = { version = "1", features = ["serde_derive"] }
|
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"]}
|
sha2 = {git="https://github.com/RustCrypto/hashes", rev="30b416a", features=["compress"]}
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
x25519-dalek = "0.6"
|
x25519-dalek = "0.6"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue