martinthomson / ohttp

Rust library for encapsulating HTTP messages in a cryptographic wrapper
Apache License 2.0
30 stars 23 forks source link

Revert "Use let-else" #58

Closed DanGould closed 10 months ago

DanGould commented 10 months ago

This reverts commit a25a42d5f0d381ec4ec985ecd7b081912461eb78 in order to build on MSRV 1.63.0 and fix #57

I confirmed that this builds as a dependency on rust 1.63.0 here https://github.com/DanGould/rust-payjoin/actions/runs/7464942355/job/20313029917

martinthomson commented 10 months ago

I went with something a little neater, see 1cfecf4