Skip to content

Choose a tag to compare

@jonasbb jonasbb released this 07 Sep 21:53
· 1 commit to main since this release

What's Changed

  • Use CARGO_BUILD_WARNINGS for enforcing warning free compilations (#98)
    This is a new variable supported by cargo 1.97+ and sets the build.warnings config.
    It allows removing the RUSTFLAGS="-D warnings" default, which will improve compatibility with target.*.rustflags and .cargo/config.toml files.

    This adds a new build-warnings input to configure the value for the build.warnings config.

  • Add error matcher for Rust panics
    This will highlight the location of the panic location during tests.

  • Reuse output of rustc --version --verbose calls (#103 by @ChihweiLHBird)

New Contributors

Full Changelog: v1.17.0...v2.0.0