Skip to content

Keep dependency versions compatible with the dependencies used by rust-bitcoin #91

Description

@benma

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions