shared_memory
shared_memory copied to clipboard
Update nix requirement from 0.23 to 0.25
Updates the requirements on nix to permit the latest version.
Changelog
Sourced from nix's changelog.
[0.25.0] - 2022-08-13
Added
- Added
faccessat(#1780)- Added
memfdon Android. (#1773)- Added
ETH_P_ALLtoSockProtocolenum (#1768)- Added four non-standard Linux
SysconfVarvariants (#1761)- Added const constructors for
TimeSpecandTimeVal(#1760)- Added
chflags. (#1758)- Added
aio_writevandaio_readv. (#1713)- impl
From<uid_t>forUidandFrom<gid_t>forGid(#1727)- impl
From<SockaddrIn>forstd::net::SocketAddrV4and implFrom<SockaddrIn6>forstd::net::SocketAddrV6. (#1711)- Added support for the
x86_64-unknown-haikutarget. (#1703)- Added
ptrace::read_userandptrace::write_userfor Linux. (#1697)- Added
getrusageand helper typesUsageWhoandUsage(#1747)- Added the
DontRouteSockOpt (#1752)- Added
signal::SigSet::from_sigset_t_unchecked(). (#1741)- Added the
Ipv4OrigDstAddrsockopt and control message. (#1772)- Added the
Ipv6OrigDstAddrsockopt and control message. (#1772)- Added the
Ipv4SendSrcAddrcontrol message. (#1776)Changed
- Rewrote the aio module. The new module:
- Does more type checking at compile time rather than runtime.
- Gives the caller control over whether and when to
Boxan aio operation.- Changes the type of the
priorityarguments toi32.- Changes the return type of
aio_returntousize. (#1713)nix::poll::ppoll:sigmaskparameter is now optional. (#1739)- Changed
gethostnameto return an ownedOsString.
... (truncated)
Commits
4d4754a(cargo-release) version 0.25.09a0083dMerge #179592c76bd[skip ci] reformat CHANGELOG prior to 0.25.0 releasee4eeb9aMerge #179442ca951Reenable cargo-hack in CI5252f7eMerge #178229fe67dfeat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSDffc793eMerge #1776a9861d8Merge #1785217c3b5fix CI error- 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 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)