Releases: trailofbits/dylint
Releases · trailofbits/dylint
Release 2.4.0
2.4.0
Release 2.3.0
2.3.0
- Add
--pipe-stderr
and--pipe-stdout
options (#822)
Release 2.2.0
2.2.0
- Add
constituent
feature to facilitate building a lint by itself, or as part of a larger library (#790 and #812) - When building metadata entries, ignore subdirectories that do not contain packages rather than generate errors (#809)
- Add
--no-deps
option (#808)—thanks @EFanZh for the suggestion - Rerun lints when workspace metadata changes (#813)—thanks @maxammann for the bug report
Release 2.1.12
2.1.12
- Update
cargo
to version 0.72.1 (#786)
Release 2.1.11
2.1.11
- Address rust-lang/rust#112692 (f4094c8)
- Migrate away from
atty
(#736)
Release 2.1.10
2.1.10
- Address rust-lang/rust#111748 (#699)
- Fix a bug causing
dylint_testing
to fail to determinerustc
flags on Windows (730696a) - Eliminate last reference to
syn
1.0 (#709)
Release 2.1.9
2.1.9
- Address rust-lang/rust#111633 (#694)
Release 2.1.8
Release 2.1.7
2.1.7
- Update dependencies, including
openssl
to version 0.10.48 (#652)