Skip to content

Introduce and enforce MSRV #56

@tnull

Description

@tnull

A dependency of zip recently bumped the rustc requirement to 1.6, leading to MSRV violations in downstream projects such as LDK (cf. lightningdevkit/rust-lightning#2055) and BDK:

error: package `base64ct v1.6.0` cannot be built because it requires rustc 1.60 or newer, while the currently active rustc version is 1.57.0

It would be great if this crate and bitcoind could pin an old version of zip and enforce a reasonable MSRV, e.g., 1.48, which would allow us to keep using them.

Happy to open corresponding PRs after a concept ACK.

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