Skip to content

Commit c5cbe95

Browse files
authored
Update Rust crate libc to 0.2.153 (#546)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libc](https://togithub.com/rust-lang/libc) | dependencies | patch | `0.2.152` -> `0.2.153` | --- ### Release Notes <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.153`](https://togithub.com/rust-lang/libc/releases/tag/0.2.153) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.152...0.2.153) ##### What's Changed - Add SOMAXCONN to vita on 0.2 (to fix std) by [@&#8203;pheki](https://togithub.com/pheki) in [https://github.com/rust-lang/libc/pull/3552](https://togithub.com/rust-lang/libc/pull/3552) - Fix CI for v0.2 by [@&#8203;JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3557](https://togithub.com/rust-lang/libc/pull/3557) - \[Backport [#&#8203;3548](https://togithub.com/rust-lang/libc/issues/3548)] Add ioctl FS_IOC\_{G,S}{ETVERSION,ETFLAGS} for LoongArch64 by [@&#8203;heiher](https://togithub.com/heiher) in [https://github.com/rust-lang/libc/pull/3570](https://togithub.com/rust-lang/libc/pull/3570) - Add MFD_NOEXEC_SEAL and MFD_EXEC by [@&#8203;rusty-snake](https://togithub.com/rusty-snake) in [https://github.com/rust-lang/libc/pull/3553](https://togithub.com/rust-lang/libc/pull/3553) - Backport of [#&#8203;3546](https://togithub.com/rust-lang/libc/issues/3546) and update crate version to 0.2.153 by [@&#8203;GuillaumeGomez](https://togithub.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/3554](https://togithub.com/rust-lang/libc/pull/3554) ##### New Contributors - [@&#8203;rusty-snake](https://togithub.com/rusty-snake) made their first contribution in [https://github.com/rust-lang/libc/pull/3553](https://togithub.com/rust-lang/libc/pull/3553) **Full Changelog**: rust-lang/libc@0.2.152...0.2.153 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2 parents 356adb6 + cc08535 commit c5cbe95

File tree

11 files changed

+111
-168
lines changed

11 files changed

+111
-168
lines changed

agb-gbafix/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

book/games/pong/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

emulator/Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

emulator/mgba/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
libc = "0.2.152"
9+
libc = "0.2.153"
1010
mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
1111
thiserror = "1"

examples/amplitude/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/combo/Cargo.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hyperspace-roll/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)