mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.83k stars 154 forks source link

irmin-pack: Update deprecated call #2271

Closed clecat closed 1 year ago

clecat commented 1 year ago

Lwt's latest update 5.7.0 deprecated the function Lwt_main.abandon_yielded_and_paused in favor of Lwt.abandon_paused (see this commit). This PR fixes that issue.