You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--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.