heroku / libcnb.rs

A framework for writing Cloud Native Buildpacks in Rust
BSD 3-Clause "New" or "Revised" License
34 stars 6 forks source link

Use `inspect_err` for tracing errors #774

Closed Malax closed 7 months ago

Malax commented 7 months ago

With Rust 1.76 now out, Result::inspect_err is stable! Using it over Resut::map_err un-clutters the tracing code a lot. This PR will bump the MSRV to 1.76.