floki
floki copied to clipboard
Launch containers to help build your software
The interfaces in the `interpret` module are a little bizarre. Investigate and make them simpler.
Also look at `failure::format_err`, to remove unnecessary error types
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.88. Release notes Sourced from anyhow's releases. 1.0.88 Documentation improvements 1.0.87 Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#383)...
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.12.0. Changelog Sourced from tempfile's changelog. 3.12.0 Add a keep(keep: bool) function to builder that suppresses delete-on-drop behavior (thanks to @RalfJung). Update windows-sys from 0.52...
Bumps the everything group with 1 update: [uuid](https://github.com/uuid-rs/uuid). Updates `uuid` from 1.14.0 to 1.15.0 Release notes Sourced from uuid's releases. v1.15.0 What's Changed Add a manual Debug implementation for NonNilUUid...