Skip to content

v0.7.0

Compare
Choose a tag to compare
@ronnychevalier ronnychevalier released this 18 Dec 20:12
· 58 commits to main since this release

Version 0.7.0 - 18-12-2023

Added

  • --color option to control the color preferences of the output (possible values: auto, always, never. default: auto).
  • --profile option to select a profile to build artifacts with (default: release).

Changed

  • The messages like warning: unstable feature specified for -Ctarget-feature are now hidden to limit the noise.

Fixed

  • RUSTFLAGS is no longer overwritten completely (discarding it previous value). There was a typo when reading its current value (RUST_FLAGS instead of RUSTFLAGS).
  • Do not pass the cargo args from the CLI to the build of the runner. These arguments are meant to specify additional args for the builds, not the runner itself.
  • Improve how the executable being built is found when parsing cargo messages.
  • Fix building a binary in a workspace.