Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pkg-config from 0.3.22 to 0.3.26 #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2022

Bumps pkg-config from 0.3.22 to 0.3.26.

Changelog

Sourced from pkg-config's changelog.

[0.3.26] - 2022-10-26

Added

  • Support for handling full paths to libraries in addition to normal -l linker flags (#134).

[0.3.25] - 2022-03-31

Added

  • Support for parsing -Wl linker arguments from the Libs lines and passing them to the linker as well as making them available via Library::ld_args (#131).

Changed

  • Use SPDX license format and remove obsolete badge info (#129).

[0.3.24] - 2021-12-11

Fixed

  • Re-add target_supported(), which was accidentally removed in 0.3.15 (#128).

[0.3.23] - 2021-12-06

Changed

  • Improve error messages when a pkg-config package can't be found (#127).
Commits
  • 947aea5 Merge pull request #138 from rust-lang/0.3.26-release
  • 4d99718 Update version to 0.3.26 and add changelog entry
  • d5e10b7 Merge pull request #134 from Be-ing/library_file_paths
  • a9d0132 remove extern crate pkg_config from examples
  • ec0c408 document fields of Library struct
  • f7251b0 handle file paths to libraries
  • 28b8442 Merge pull request #137 from williamdes/patch-1
  • 8229912 Add alpine linux apk add
  • 4246c5a Release 0.3.25
  • 66404f9 Merge pull request #131 from eulegang/master
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.22 to 0.3.26.
- [Release notes](https://github.com/rust-lang/pkg-config-rs/releases)
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/pkg-config-rs@0.3.22...0.3.26)

---
updated-dependencies:
- dependency-name: pkg-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 26, 2022
@codecov
Copy link

codecov bot commented Oct 26, 2022

Codecov Report

Base: 41.19% // Head: 41.19% // No change to project coverage 👍

Coverage data is based on head (b0b8f29) compared to base (ecd5a92).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #130   +/-   ##
=======================================
  Coverage   41.19%   41.19%           
=======================================
  Files          13       13           
  Lines        2986     2986           
=======================================
  Hits         1230     1230           
  Misses       1756     1756           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants