jobserver-rs
jobserver-rs copied to clipboard
Bump libc from 0.2.153 to 0.2.154
Bumps libc from 0.2.153 to 0.2.154.
Release notes
Sourced from libc's releases.
0.2.154
What's Changed
- Fix CI on v0.2 by
@JohnTitor
in rust-lang/libc#3589- [Backport #3547] Add ioctl FS_IOC_{G,S}{ETVERSION,ETFLAGS} for CSKY by
@Dirreke
in rust-lang/libc#3572- Add Linux riscv64 HWCAP defines (libc-0.2) by
@Xeonacid
in rust-lang/libc#3580- Add missing MIPS R6 FS_IOC_* definitions by
@chenx97
in rust-lang/libc#3591- Support posix_spawn on Android by
@pcc
in rust-lang/libc#3602- [0.2] Fix libc-tests for loongarch64 by
@heiher
in rust-lang/libc#3607- visionOS Support by
@agg23
in rust-lang/libc#3568- [0.2] linux/musl: Add support for LoongArch64 by
@heiher
in rust-lang/libc#3606- v0.2: Fix c_char on AIX by
@taiki-e
in rust-lang/libc#3662- solarish adding SO_EXCLBIND constant. by
@devnexen
in rust-lang/libc#3651- [0.2] Add SIG constants to espidf by
@Tevz-Beskovnik
in rust-lang/libc#3658- add all android sysconf constants by
@fkm3
in rust-lang/libc#3656- feat: more _PC_XXX constants for apple targets by
@SteveLauC
in rust-lang/libc#3649- feat: O_EXEC/O_SEARCH for apple platforms by
@SteveLauC
in rust-lang/libc#3668- [0.2] Add constant AT_MINSIGSTKSZ by
@ur4t
in rust-lang/libc#3637- Haiku: synchronize with post R1-beta 4 changes in libc by
@nielx
in rust-lang/libc#3638- adding getentropy/getrandom to dragonflybsd. by
@devnexen
in rust-lang/libc#3618- Move strftime, strftime_l, strptime to linux_like by
@pcc
in rust-lang/libc#3600- update crate version to 0.2.154 by
@Dirreke
in rust-lang/libc#3573New Contributors
@pcc
made their first contribution in rust-lang/libc#3602@agg23
made their first contribution in rust-lang/libc#3568@Tevz-Beskovnik
made their first contribution in rust-lang/libc#3658@ur4t
made their first contribution in rust-lang/libc#3637Full Changelog: https://github.com/rust-lang/libc/compare/0.2.153...0.2.154
Commits
b78d6a3
Merge pull request #3573 from Dirreke/update-libc0.23111f6f
Merge pull request #3600 from pcc/strtime4d836cc
Merge pull request #3618 from devnexen/dfbsd_gtrandom23a1b4c
Merge pull request #3638 from nielx/haiku-hrev57593-0.2f4ab3e7
Merge pull request #3637 from ur4t/libc-0.24d6fe50
Move strftime, strftime_l, strptime to linux_likee79e95f
adding getentropy/getrandom to dragonflybsd.8220683
Double quote variables in shell scriptsc0a6936
Add constant AT_MINSIGSTKSZ introduced by glibc 2.351c7f8fc
Haiku: synchronize with post R1-beta 4 changes in libc- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)