clearscreen
clearscreen copied to clipboard
Update nix requirement from 0.28.0 to 0.29.0
Updates the requirements on nix to permit the latest version.
Changelog
Sourced from nix's changelog.
[0.29.0] - 2024-05-24
Added
- Add
getregset()/setregset()for Linux/glibc/x86/x86_64/aarch64/riscv64 andgetregs()/setregs()for Linux/glibc/aarch64/riscv64 (#2044)- Add socket option Ipv6Ttl for apple targets. (#2287)
- Add socket option UtunIfname. (#2325)
- make SigAction repr(transparent) & can be converted to the libc raw type (#2326)
- Add
Fromtrait implementation for conversions betweensockaddr_inandSockaddrIn,sockaddr_in6andSockaddrIn6(#2328)- Add socket option ReusePortLb for FreeBSD. (#2332)
- Added support for openat2 on linux. (#2339)
- Add if_indextoname function. (#2340)
- Add
mountandunmountAPI for apple targets. (#2347)- Added
_PC_MIN_HOLE_SIZEforpathconfandfpathconf. (#2349)- Added
impl AsFd for pty::PtyMaster(#2355)- Add
openflagO_SEARCHto AIX, Empscripten, FreeBSD, Fuchsia, solarish, WASI (#2374)- Add prctl function
prctl_set_vma_anon_namefor Linux/Android. (#2378)- Add
sync(2)forapple_targets/solarish/haiku/aix/hurd,syncfs(2)forhurdandfdatasync(2)foraix/hurd(#2379)- Add fdatasync support for Apple targets. (#2380)
- Add
fcntl::OFlag::O_PATHfor FreeBSD and Fuchsia (#2382)- Added
PathconfVar::MIN_HOLE_SIZEfor apple_targets. (#2388)- Add
openflagO_SEARCHto apple_targets (#2391)O_DSYNCmay now be used withaio_fsyncandfcntlon FreeBSD. (#2404)- Added
Flock::relockfor upgrading and downgrading locks. (#2407)Changed
... (truncated)
Commits
1dad4d8chore: prepare for 0.29.0f743197fix ControlMessageOwned::UdpGroSegments UDP packets processing type. (#2406)208b80brecvmsg: Check if CMSG buffer was too small and return an error (#2413)ecd12a9test: remove test of inode count in test_statfs.rs (#2414)663506afix: only closefanotifyevents with a valid fd (#2399)1604723revert: impl From<sigaction> for SigAction (#2410)ec4beb5docs: correct limit value of FAN_UNLIMITED_QUEUE and FAN_UNLIMITED_MARKS[skip...84c0444chore: bump libc to 0.2.155 (#2409)c5af4adAdd Flock::relock (#2407)e7acaffEnable O_DSYNC on FreeBSD with fcntl and aio_fsync (#2404)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
For others: going to delay merging/releasing this a bit to allow ecosystems to settle.
@dependabot rebase
Looks like nix is up-to-date now, so this is no longer needed.