Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mcandre/crit

#shrinkwrap

04 Dec 20:37

Choose a tag to compare

Remove unused dependencies.

#lockedin

03 Dec 21:57

Choose a tag to compare

Modernize lazy_static API members into std::sync::LazyLock

#float-up

16 Oct 19:29

Choose a tag to compare

  • Relax dependency pins to implicit caret, which allows rising semver equivalent versions
  • Update dependencies

#patch

19 Jun 20:28

Choose a tag to compare

  • Update Rust
  • Update tinyrick & tinyrick_extras

#tarball

15 Jan 05:31

Choose a tag to compare

Replace zip archive with tarball for ease of Docker container injection.

#netbsd

04 Jan 23:10

Choose a tag to compare

  • Update Rust
  • Add x86_64-unknown-netbsd cross target
  • Disable missing loongarch cross targets

#lib

03 Apr 23:41

Choose a tag to compare

  • Library: Published first draft
  • CLI: -F / --exclude-features now skips building binaries with named feature patterns in Cargo.toml
  • CLI: -c / --clean now removes leftover cross Docker containers
  • CLI: Unified error messaging formats
  • clippy inspired refactoring

#happy-little-trees

01 Apr 03:01

Choose a tag to compare

  • The new internal .crit directory structure copies binaries into .crit/bin. With an optional .crit/bin/<your-app-name-and-version-banner-here> (-b / --banner flag). 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.

#revamp

31 Mar 19:54

Choose a tag to compare

  • Upgrade to Rust 1.68.2
  • Disable some new, under-supported targets
  • Temporarily disable Android targets broken in the current stable cross release
  • Provide richer output for -l, for troubleshooting purposes

#patch

31 Mar 02:51

Choose a tag to compare

  • Patch CVE's
  • Simplify by dropping unneeded code