Releases: gdesmott/system-deps
Releases · gdesmott/system-deps
v7.0.3
v7.0.2
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
Other
- bump minimal pkg-config version to 0.3.25
v7.0.0
Fixed
- fix new clippy warning
Other
- Add support for linker flags
- reformat
- update itertools dep
v6.2.2
Other
- Update to heck 0.5, version-compare 0.2 and itertools 0.12
v6.2.1
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
6.1.2
6.1.1
6.1.0
What’s Changed
- Add fallback names to probe to account for platform differences (#73) @de-vri-es