Releases: taiki-e/cargo-llvm-cov
Releases · taiki-e/cargo-llvm-cov
0.6.21
0.6.20
0.6.19
- Distribute prebuilt binaries for powerpc64le/riscv64gc/s390x Linux.
0.6.18
- Fix bug in exclude of local vendored sources on Windows. (#442, thanks @LittleBoxOfSunshine)
0.6.17
-
Exclude local vendored sources by default. (#438, thanks @Altair-Bueno)
-
Remove dependency on
is_executable. (#422) -
Update
openerto 0.8. -
Update
ductto 1. -
Documentation improvements.
0.6.16
-
Add
--with-pwsh-env-prefixtocargo llvm-cov show-envsubcommand. (#411, thanks @LittleBoxOfSunshine) -
Update
ruzstdto 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
0.6.14
0.6.13
- Distribute prebuilt binary for x86_64 FreeBSD.
0.6.12
-
Add
--profraw-onlyoption tocargo llvm-cov cleansubcommand. (#385, thanks @smoelius) -
Respect
target.<triple>.rustdocflagsthat added in Cargo 1.78. -
Disable quick-install fallback of cargo-binstall.