Skip to content

Releases: trailofbits/dylint

Release 2.1.5

27 Feb 15:36
Compare
Choose a tag to compare

2.1.5

  • Use home crate to determine CARGO_HOME (#604)
  • When dylint.toml cannot be parsed, show reason why (d6f9d5f)
  • Update tempfile to version 3.4.0 (#624)

Release 2.1.4

02 Feb 13:15
Compare
Choose a tag to compare

Release 2.1.3

22 Jan 01:41
Compare
Choose a tag to compare

2.1.3

  • Set rust-analyzer's rustc_private=true in dylint_linting package metadata (#543)

Release 2.1.2

11 Jan 18:17
Compare
Choose a tag to compare

2.1.2

Release refs/tags/v2.1.1

30 Nov 15:25
Compare
Choose a tag to compare

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

24 Nov 23:31
Compare
Choose a tag to compare

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

15 Nov 12:27
Compare
Choose a tag to compare

2.0.14

Release refs/tags/v2.0.13

06 Oct 13:21
Compare
Choose a tag to compare

2.0.13

Release refs/tags/v2.0.12

18 Aug 10:42
Compare
Choose a tag to compare

2.0.12

  • Strip current directory when listing libraries (7268b0a)
  • Switch to subcommands (4b240bc)
  • Clone with CLI by default (#434)
  • Upgrade library packages using toml_edit (#436)
  • Ensure dylint_driver_manifest_dir.rs is truncated in dylint/build.rs (524850b)

Release refs/tags/v2.0.11

10 Aug 19:30
Compare
Choose a tag to compare

2.0.11

  • Fix bug related to package cache locking (#421)