Releases: trailofbits/dylint
Releases · trailofbits/dylint
Release 2.1.5
Release 2.1.4
2.1.4
- Address rust-lang/rust#106810 (#590)
Release 2.1.3
2.1.3
- Set rust-analyzer's
rustc_private=true
indylint_linting
package metadata (#543)
Release 2.1.2
Release refs/tags/v2.1.1
2.1.1
- Fix a bug that would cause
dylint_linting::init_config
to fail when run on a build.rs file in the workspace root (#503)
Release refs/tags/v2.1.0
2.1.0
- Allow libraries to be configured via a
dylint.toml
file in a workspace's root directory (#484 and #496)—thanks @shepmaster for the suggestion
Release refs/tags/v2.0.14
2.0.14
- Prevent patterns from escaping dependency directories (#486)—thanks @shepmaster for the bug report
Release refs/tags/v2.0.13
2.0.13
- Support rust-lang/rust#101501 in
dylint_linting
(06bdab3) - Update library package template (f119c03 and 256aa92)
Release refs/tags/v2.0.12
Release refs/tags/v2.0.11
2.0.11
- Fix bug related to package cache locking (#421)