Dependency duplication for `bitcoin*`
Opened this issue · 0 comments
mojoX911 commented
It seems there are some dependency duplication happening for bitcoin
and bitcoin_hashes
crate.
$ 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.