You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If my project uses the latest rust-bitcoin version (currently 0.31.2) and this crate, I expect to not compile the same dep twice for different versions.
Currently this is the case for bech32 - rust-bitcoin v0.31.2 uses bech32 0.10.0-beta, while this crate uses bech32 0.9.
This could be solved by using the bitcoin dep directly too, see #53
The text was updated successfully, but these errors were encountered:
If my project uses the latest rust-bitcoin version (currently 0.31.2) and this crate, I expect to not compile the same dep twice for different versions.
Currently this is the case for bech32 - rust-bitcoin v0.31.2 uses bech32 0.10.0-beta, while this crate uses bech32 0.9.
This could be solved by using the bitcoin dep directly too, see #53
The text was updated successfully, but these errors were encountered: