Releases: mcandre/crit
Releases · mcandre/crit
#docker
- Update Rust.
- Replace some CLI flags with an optional
crit.tomlconfiguration file, for easier maintenance. - Publish Docker images, for yet more ways to install crit.
- Register broken i686-pc-windows-gnu target as disabled by default.
- Replace strings with new CritError type. Propagate more low level error details.
#shrinkwrap
Remove unused dependencies.
#lockedin
#float-up
#patch
#tarball
#netbsd
#lib
#happy-little-trees
- The new internal .crit directory structure copies binaries into
.crit/bin. With an optional.crit/bin/<your-app-name-and-version-banner-here>(-b/--bannerflag). This integrates well with recursive zip and tar workflows, when creating release archives. The original cross artifacts are now housed in.crit/cross. --with no further rest arguments, now resets the default rest arguments. This is helpful for conveniently falling back to cargo build's debug mode.- Minor improvements in stack trace error messages.