lightningdevkit / ldk-node

A ready-to-go node implementation built using LDK.
Other
140 stars 72 forks source link

MSRV CI seems to be failing #329

Closed jbesraa closed 1 month ago

jbesraa commented 1 month ago

https://github.com/lightningdevkit/ldk-node/actions/runs/10078923512/job/27865000442

tnull commented 1 month ago

Yes, this is kind of expected as tokio bumped their MSRV with the latest version. We're generally still discussing how we should handle it (ie. where to pin the dependency).

tnull commented 1 month ago

This was fixed in https://github.com/lightningdevkit/ldk-node/pull/338, closing.