Skip to content

Releases: gdesmott/system-deps

v7.0.3

22 Sep 13:36
Compare
Choose a tag to compare

Other

  • Update cfg-expr to 0.17

v7.0.2

16 Aug 13:58
Compare
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
Compare
Choose a tag to compare

Other

  • bump minimal pkg-config version to 0.3.25

v7.0.0

17 Jun 06:42
Compare
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
Compare
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
Compare
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

6.2.0

31 Oct 11:00
Compare
Choose a tag to compare

What’s Changed

6.1.2

03 Oct 12:46
Compare
Choose a tag to compare

What’s Changed

6.1.1

22 Jun 12:50
Compare
Choose a tag to compare

What’s Changed

  • Honor manual requests for static linking (#75) @Ablu

6.1.0

08 May 08:06
Compare
Choose a tag to compare

What’s Changed

  • Add fallback names to probe to account for platform differences (#73) @de-vri-es