Open mojoX911 opened 3 years ago
It seems there are some dependency duplication happening for bitcoin and bitcoin_hashes crate.
bitcoin
bitcoin_hashes
$ cargo build ... Compiling bitcoin_hashes v0.9.4 Compiling bitcoin_hashes v0.7.6 Compiling jsonrpc v0.11.0 Compiling bitcoin v0.25.2 Compiling bitcoin v0.21.0 ...
Probably due to some upstream crates.
Creating an issue to register it.
It seems there are some dependency duplication happening for
bitcoin
andbitcoin_hashes
crate.Probably due to some upstream crates.
Creating an issue to register it.