-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels