Skip to content

Commit 356adb6

Browse files
authored
Update Rust crate pkg-config to 0.3.29 (#542)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pkg-config](https://togithub.com/rust-lang/pkg-config-rs) | build-dependencies | patch | `0.3.28` -> `0.3.29` | --- ### Release Notes <details> <summary>rust-lang/pkg-config-rs (pkg-config)</summary> ### [`v0.3.29`](https://togithub.com/rust-lang/pkg-config-rs/blob/HEAD/CHANGELOG.md#0329---2024-01-17) [Compare Source](https://togithub.com/rust-lang/pkg-config-rs/compare/0.3.28...0.3.29) ##### Fixed - Detection and usage of Windows static libraries ([#&#8203;154](https://togithub.com/rust-lang/pkg-config-rs/issues/154)). - Passing `-Wl,-u` to the linker if specified in the pkg-config file ([#&#8203;154](https://togithub.com/rust-lang/pkg-config-rs/issues/154)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/agbrs/agb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2 parents 42ec152 + eb3b9b3 commit 356adb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emulator/mgba-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ exclude = [
1616

1717
[build-dependencies]
1818
bindgen = "0.69"
19-
pkg-config = "0.3.28"
19+
pkg-config = "0.3.29"
2020
cmake = "0.1"

0 commit comments

Comments
 (0)