payjoin / rust-payjoin

Supercharged payment batching to save you fees and preserve your privacy
https://payjoindevkit.org
82 stars 34 forks source link

Depend on bhttp =0.5.1 exactly #302

Closed DanGould closed 2 weeks ago

DanGould commented 2 weeks ago

bhttp 0.5.2 broke MSRV 1.63.0. I don't think just pinning in the README wouldn't fix this because 0.5.2 contains breaking changes.

See: https://github.com/martinthomson/ohttp/issues/69

I noticed all of our CI jobs were breaking and I think this should fix it. I took this opportunity to bring payjoin-diretory, the OHTTP Gateway, up to date with the same versions of ohttp and bhttp as payjoin too.