Skip to content

Releases: taiki-e/cargo-llvm-cov

0.6.21

10 Oct 17:18

Choose a tag to compare

  • Update minimal version of cargo-config2 to 0.1.39 to fix regression causing "invalid type: .., expected struct TargetConfig" error when a custom field used in target.<triple> config. (#454)

0.6.20

04 Oct 05:42

Choose a tag to compare

  • Support Cargo build-dir that added in Cargo 1.91. (#452)

  • Update minimal version of cargo-config2 to 0.1.38 to improve support for target names that contain ".". (#446)

0.6.19

07 Sep 13:40

Choose a tag to compare

  • Distribute prebuilt binaries for powerpc64le/riscv64gc/s390x Linux.

0.6.18

19 Jul 10:22

Choose a tag to compare

0.6.17

06 Jul 04:51

Choose a tag to compare

  • Exclude local vendored sources by default. (#438, thanks @Altair-Bueno)

  • Remove dependency on is_executable. (#422)

  • Update opener to 0.8.

  • Update duct to 1.

  • Documentation improvements.

0.6.16

16 Jan 16:30

Choose a tag to compare

  • Add --with-pwsh-env-prefix to cargo llvm-cov show-env subcommand. (#411, thanks @LittleBoxOfSunshine)

  • Document usage with GitLab CI. (#405, thanks @jaskij)

  • Document usage with afl.rs. (#369, thanks @njelich)

  • Update ruzstd to 0.8.

    This increases the rustc version required to build cargo-llvm-cov. (rustc 1.73+ -> 1.81+)
    The cargo/rustc version required to run cargo-llvm-cov remains unchanged.

0.6.15

21 Dec 19:52

Choose a tag to compare

  • Remove dependency on home to relax the MSRV on Windows.

  • Weaken errors related to rustc version to warnings. (#407)

0.6.14

12 Oct 10:32

Choose a tag to compare

  • Add unstable --mcdc flag to enable mcdc coverage. (#383, thanks @Swatinem)

0.6.13

14 Sep 21:03

Choose a tag to compare

  • Distribute prebuilt binary for x86_64 FreeBSD.

0.6.12

03 Sep 14:49

Choose a tag to compare

  • Add --profraw-only option to cargo llvm-cov clean subcommand. (#385, thanks @smoelius)

  • Respect target.<triple>.rustdocflags that added in Cargo 1.78.

  • Disable quick-install fallback of cargo-binstall.