Skip to content

Releases: gdesmott/system-deps

v7.0.7

31 Oct 12:42

Choose a tag to compare

Fixed

  • fix new clippy warning

Other

  • use a BTreeMap to store dependencies libs

v7.0.6

14 Oct 11:33

Choose a tag to compare

Fixed

  • fix new clippy warnings
  • fix new clippy warnings

Other

  • Remove dependency on serde
  • Update to toml 0.9
  • add missing const
  • add missing backticks in doc

v7.0.5

22 May 07:03

Choose a tag to compare

Other

  • set rust-version to 1.78.0
  • allow cfg-expr between 0.17 and 0.20

v7.0.4

20 May 12:10

Choose a tag to compare

Fixed

  • fix new clippy warning

Other

  • update to itertools 0.14
  • update to cfg-expr 0.20
  • fix trailing ' in commands
  • add names to test manifests
  • use codecov-action v4
  • update coverage badge
  • use actions/checkout@v4
  • re-add coverage job

v7.0.3

22 Sep 13:36

Choose a tag to compare

Other

  • Update cfg-expr to 0.17

v7.0.2

16 Aug 13:58

Choose a tag to compare

Fixed

  • fix new clippy warning

Other

  • Add cargo:rerun-if-changed=Cargo.toml to config probe
  • Fix some errors in docs
  • update to cfg-expr 0.16

v7.0.1

18 Jun 13:44

Choose a tag to compare

Other

  • bump minimal pkg-config version to 0.3.25

v7.0.0

17 Jun 06:42

Choose a tag to compare

Fixed

  • fix new clippy warning

Other

  • Add support for linker flags
  • reformat
  • update itertools dep

v6.2.2

19 Mar 07:21

Choose a tag to compare

Other

  • Update to heck 0.5, version-compare 0.2 and itertools 0.12

v6.2.1

14 Mar 14:25

Choose a tag to compare

Other

  • Don't ignore transitive imports when probing a static library
  • ignore version_range_unsatisfied
  • fix 'optional' test on Ubuntu CI
  • use release-plz